blob: f70a861741ba59b18178aa54de5ab188235d0a80 [file] [log] [blame]
Aditya Belsare9f5d17f2022-01-31 23:13:35 +00001# 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-ll"
15version = "0.2.0"
16authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
17description = "Low-level CBOR codec primitives"
18homepage = "https://github.com/enarx/ciborium"
19readme = "README.md"
20keywords = ["cbor"]
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"
26
27[dependencies.half]
28version = "1.6"
29[dev-dependencies.hex]
30version = "0.4"
31
32[features]
33alloc = []
34std = ["alloc"]
35[badges.github]
36repository = "enarx/ciborium"
37workflow = "test"
38
39[badges.is-it-maintained-issue-resolution]
40repository = "enarx/ciborium"
41
42[badges.is-it-maintained-open-issues]
43repository = "enarx/ciborium"
44
45[badges.maintenance]
46status = "actively-developed"