# 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 = "2021" name = "minicbor-serde" version = "0.3.2" authors = ["Toralf Wittner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrates minicbor with serde." readme = "README.md" keywords = [ "cbor", "minicbor", "serde", "serialization", "no_std", ] categories = ["encoding"] license = "BlueOak-1.0.0" repository = "https://github.com/twittner/minicbor" [package.metadata.docs.rs] features = ["full"] [lib] name = "minicbor_serde" path = "src/lib.rs" [dependencies.half] version = "2.4.0" optional = true default-features = false [dependencies.minicbor] version = "0.25.1" [dependencies.serde] version = "1.0.197" default-features = false [dev-dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [features] alloc = [ "minicbor/alloc", "serde/alloc", ] full = [ "std", "half", ] half = [ "dep:half", "minicbor/half", ] std = [ "alloc", "minicbor/std", "serde/std", ]