1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.58"
15name = "ciborium"
16version = "0.2.2"
17authors = ["Nathaniel McCallum <[email protected]>"]
18description = "serde implementation of CBOR using ciborium-basic"
19homepage = "https://github.com/enarx/ciborium"
20readme = "README.md"
21keywords = ["cbor", "serde"]
22categories = ["data-structures", "embedded", "encoding", "no-std", "parsing"]
23license = "Apache-2.0"
24repository = "https://github.com/enarx/ciborium"
25[package.metadata.docs.rs]
26all-features = true
27[dependencies.ciborium-io]
28version = "0.2.2"
29features = ["alloc"]
30
31[dependencies.ciborium-ll]
32version = "0.2.2"
33
34[dependencies.serde]
35version = "1.0.100"
36features = ["alloc", "derive"]
37default-features = false
38[dev-dependencies.hex]
39version = "0.4"
40
41[dev-dependencies.rand]
42version = "0.8"
43
44[dev-dependencies.rstest]
45version = "0.11"
46
47[dev-dependencies.serde_bytes]
48version = "0.11"
49
50[features]
51default = ["std"]
52std = ["ciborium-io/std", "serde/std"]
53[badges.github]
54repository = "enarx/ciborium"
55workflow = "test"
56
57[badges.is-it-maintained-issue-resolution]
58repository = "enarx/ciborium"
59
60[badges.is-it-maintained-open-issues]
61repository = "enarx/ciborium"
62
63[badges.maintenance]
64status = "actively-developed"
65