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" 14name = "ciborium" 15version = "0.2.0" 16authors = ["Nathaniel McCallum <npmccallum@profian.com>"] 17description = "serde implementation of CBOR using ciborium-basic" 18homepage = "https://github.com/enarx/ciborium" 19readme = "README.md" 20keywords = ["cbor", "serde"] 21categories = ["data-structures", "embedded", "encoding", "no-std", "parsing"] 22license = "Apache-2.0" 23repository = "https://github.com/enarx/ciborium" 24[dependencies.ciborium-io] 25version = "0.2.0" 26features = ["alloc"] 27 28[dependencies.ciborium-ll] 29version = "0.2.0" 30 31[dependencies.serde] 32version = "1.0" 33features = ["alloc", "derive"] 34default-features = false 35[dev-dependencies.hex] 36version = "0.4" 37 38[dev-dependencies.rand] 39version = "0.8" 40 41[dev-dependencies.rstest] 42version = "0.11" 43 44[dev-dependencies.serde_bytes] 45version = "0.11" 46 47[features] 48default = ["std"] 49std = ["ciborium-io/std", "serde/std"] 50[badges.github] 51repository = "enarx/ciborium" 52workflow = "test" 53 54[badges.is-it-maintained-issue-resolution] 55repository = "enarx/ciborium" 56 57[badges.is-it-maintained-open-issues] 58repository = "enarx/ciborium" 59 60[badges.maintenance] 61status = "actively-developed" 62