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-ll" 16version = "0.2.2" 17authors = ["Nathaniel McCallum <[email protected]>"] 18description = "Low-level CBOR codec primitives" 19homepage = "https://github.com/enarx/ciborium" 20readme = "README.md" 21keywords = ["cbor"] 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" 29 30[dependencies.half] 31version = "2.2" 32default-features = false 33[dev-dependencies.hex] 34version = "0.4" 35 36[features] 37alloc = [] 38std = ["alloc", "half/std"] 39[badges.github] 40repository = "enarx/ciborium" 41workflow = "test" 42 43[badges.is-it-maintained-issue-resolution] 44repository = "enarx/ciborium" 45 46[badges.is-it-maintained-open-issues] 47repository = "enarx/ciborium" 48 49[badges.maintenance] 50status = "actively-developed" 51