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