| "Pyfisch <[email protected]>", |
| "Steven Fackler <[email protected]>"] |
| repository = "https://github.com/pyfisch/cbor" |
| license = "MIT/Apache-2.0" |
| description = "CBOR support for serde." |
| keywords = ["serde", "cbor", "serialization", "no_std"] |
| categories = ["encoding"] |
| travis-ci = { repository = "pyfisch/cbor" } |
| maintenance = { status = "passively-maintained" } |
| serde = { version = "1.0.14", default-features = false } |
| serde_derive = { version = "1.0.14", default-features = false } |
| # Uses `alloc` library and adds support for vector functions with |