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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "serde_cbor"
16version = "0.11.1"
17authors = ["Pyfisch <pyfisch@gmail.com>", "Steven Fackler <sfackler@gmail.com>"]
18description = "CBOR support for serde."
19readme = "README.md"
20keywords = ["serde", "cbor", "serialization", "no_std"]
21categories = ["encoding"]
22license = "MIT/Apache-2.0"
23repository = "https://github.com/pyfisch/cbor"
24[dependencies.half]
25version = "1.2.0"
26
27[dependencies.serde]
28version = "1.0.14"
29default-features = false
30[dev-dependencies.serde_derive]
31version = "1.0.14"
32default-features = false
33
34[features]
35alloc = ["serde/alloc"]
36default = ["std"]
37std = ["serde/std"]
38tags = []
39unsealed_read_write = []
40[badges.maintenance]
41status = "passively-maintained"
42
43[badges.travis-ci]
44repository = "pyfisch/cbor"
45