blob: 2960dbe95dc466b59486f05910de60a83870ef26 [file] [log] [blame]
Jakub Kotur2af68aa2020-12-21 17:28:16 +01001# 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"
Joel Galenson25708292021-09-22 11:19:11 -070016version = "0.11.2"
17authors = ["Pyfisch <pyfisch@posteo.org>", "Steven Fackler <sfackler@gmail.com>"]
Jakub Kotur2af68aa2020-12-21 17:28:16 +010018description = "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]
Joel Galenson25708292021-09-22 11:19:11 -070041status = "as-is"
Jakub Kotur2af68aa2020-12-21 17:28:16 +010042
43[badges.travis-ci]
44repository = "pyfisch/cbor"