• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "ciborium-io"
3version = "0.2.0"
4authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
5license = "Apache-2.0"
6edition = "2021"
7homepage = "https://github.com/enarx/ciborium"
8repository = "https://github.com/enarx/ciborium"
9description = "Simplified Read/Write traits for no_std usage"
10readme = "README.md"
11keywords = ["io", "read", "write"]
12categories = ["data-structures", "embedded", "no-std"]
13
14[badges]
15# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
16github = { repository = "enarx/ciborium", workflow = "test" }
17#github = { repository = "enarx/ciborium", workflow = "lint" }
18maintenance = { status = "actively-developed" }
19is-it-maintained-issue-resolution = { repository = "enarx/ciborium" }
20is-it-maintained-open-issues = { repository = "enarx/ciborium" }
21
22[features]
23alloc = []
24std = ["alloc"]
25