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-io"
16version = "0.2.2"
17authors = ["Nathaniel McCallum <[email protected]>"]
18description = "Simplified Read/Write traits for no_std usage"
19homepage = "https://github.com/enarx/ciborium"
20readme = "README.md"
21keywords = ["io", "read", "write"]
22categories = ["data-structures", "embedded", "no-std"]
23license = "Apache-2.0"
24repository = "https://github.com/enarx/ciborium"
25[package.metadata.docs.rs]
26all-features = true
27
28[features]
29alloc = []
30std = ["alloc"]
31[badges.github]
32repository = "enarx/ciborium"
33workflow = "test"
34
35[badges.is-it-maintained-issue-resolution]
36repository = "enarx/ciborium"
37
38[badges.is-it-maintained-open-issues]
39repository = "enarx/ciborium"
40
41[badges.maintenance]
42status = "actively-developed"
43