# 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 = "lurk-ipld" version = "0.3.0" authors = ["porcuquine "] description = "IPLD library for Lurk" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lurk-lang/lurk-ipld" [package.metadata.release] consolidate-commits = true consolidate-pushes = true shared-version = true [profile.release] debug = true [[bench]] name = "codec" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.log] version = "0.4.14" [dependencies.lurk-ipld-cbor] version = "0.3.0" optional = true [dependencies.lurk-ipld-cbor-derive] version = "0.3.0" optional = true [dependencies.lurk-ipld-core] version = "0.3.0" [dependencies.lurk-ipld-json] version = "0.3.0" optional = true [dependencies.lurk-ipld-macro] version = "0.3.0" [dependencies.lurk-ipld-pb] version = "0.3.0" optional = true [dependencies.multihash] version = "0.16.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.16.0" [dev-dependencies.proptest] version = "1.0.0" [features] dag-cbor = ["lurk-ipld-cbor"] dag-json = ["lurk-ipld-json"] dag-pb = ["lurk-ipld-pb"] default = [ "dag-cbor", "dag-json", "dag-pb", "derive", ] derive = ["lurk-ipld-cbor-derive"] serde-codec = ["lurk-ipld-core/serde-codec"]