# 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 = "libipld" version = "0.16.0" authors = ["David Craven "] description = "library for dealing with ipld" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ipld/libipld" [package.metadata.release] consolidate-commits = true shared-version = true [profile.release] debug = true [[bench]] name = "codec" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.libipld-cbor] version = "0.16.0" optional = true [dependencies.libipld-cbor-derive] version = "0.16.0" optional = true [dependencies.libipld-core] version = "0.16.0" [dependencies.libipld-json] version = "0.16.0" optional = true [dependencies.libipld-macro] version = "0.16.0" [dependencies.libipld-pb] version = "0.16.0" optional = true [dependencies.log] version = "0.4.14" [dependencies.multihash] version = "0.18.0" features = ["multihash-impl"] default-features = false [dependencies.thiserror] version = "1.0.25" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.model] version = "0.1.2" [dev-dependencies.multihash] version = "0.18.0" [dev-dependencies.proptest] version = "1.0.0" [features] arb = ["libipld-core/arb"] dag-cbor = ["libipld-cbor"] dag-json = ["libipld-json"] dag-pb = ["libipld-pb"] default = [ "dag-cbor", "dag-json", "dag-pb", "derive", ] derive = ["libipld-cbor-derive"] serde-codec = ["libipld-core/serde-codec"]