# 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 = "serde_ipld_dagcbor" version = "0.6.1" authors = [ "Pyfisch ", "Steven Fackler ", "Volker Mische ", ] description = "IPLD DAG-CBOR support for Serde." readme = "README.md" keywords = [ "serde", "cbor", "serialization", "no_std", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/ipld/serde_ipld_dagcbor" [dependencies.cbor4ii] version = "0.2.14" features = ["use_alloc"] default-features = false [dependencies.ipld-core] version = "0.4.0" features = ["serde"] default-features = false [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.164" features = ["alloc"] default-features = false [dev-dependencies.serde-transcode] version = "1.1.1" [dev-dependencies.serde_bytes] version = "0.11.9" features = ["alloc"] default-features = false [dev-dependencies.serde_derive] version = "1.0.164" default-features = false [features] codec = ["ipld-core/codec"] default = [ "codec", "std", ] no-cid-as-bytes = [] std = [ "cbor4ii/use_std", "ipld-core/std", "serde/std", "serde_bytes/std", ]