aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 56c3c78bbe5579a41b038a927ab731dec5998402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "ciborium-io"
version = "0.2.1"
authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
homepage = "https://github.com/enarx/ciborium"
repository = "https://github.com/enarx/ciborium"
description = "Simplified Read/Write traits for no_std usage"
readme = "README.md"
keywords = ["io", "read", "write"]
categories = ["data-structures", "embedded", "no-std"]

[badges]
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
github = { repository = "enarx/ciborium", workflow = "test" }
#github = { repository = "enarx/ciborium", workflow = "lint" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/ciborium" }
is-it-maintained-open-issues = { repository = "enarx/ciborium" }

[features]
alloc = []
std = ["alloc"]

[package.metadata.docs.rs]
all-features = true