# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cbor4ii" version = "0.3.3" authors = ["quininer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CBOR: Concise Binary Object Representation" readme = "README.md" keywords = [ "serde", "cbor", "serialization", ] categories = [ "encoding", "no-std", ] license = "MIT" repository = "https://github.com/quininer/cbor4ii" [package.metadata.docs.rs] all-features = true [lib] name = "cbor4ii" path = "src/lib.rs" [[test]] name = "decode" path = "tests/decode.rs" [[test]] name = "serde" path = "tests/serde.rs" [[test]] name = "serde_cbor" path = "tests/serde_cbor.rs" [[bench]] name = "de" path = "benches/bench_de.rs" harness = false [[bench]] name = "ser" path = "benches/bench_ser.rs" harness = false [dependencies.half] version = "2" optional = true default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.ciborium] version = "0.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.data-encoding] version = "2" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.serde_cbor] version = "0.11" [features] half-f16 = ["half"] serde1 = [ "serde", "use_alloc", ] use_alloc = [] use_std = [ "serde/std", "use_alloc", ]