# 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-core" version = "0.16.0" authors = ["David Craven "] description = "Base traits and definitions used by ipld codecs." license = "MIT OR Apache-2.0" repository = "https://github.com/ipfs-rust/rust-ipld" [dependencies.anyhow] version = "1.0.40" default-features = false [dependencies.cid] version = "0.10.0" features = ["alloc"] default-features = false [dependencies.core2] version = "0.4" features = ["alloc"] default-features = false [dependencies.multibase] version = "0.9.1" optional = true default-features = false [dependencies.multihash] version = "0.18.0" features = ["alloc"] default-features = false [dependencies.quickcheck] version = "1.0" optional = true [dependencies.serde] version = "1.0.132" features = ["alloc"] optional = true default-features = false [dependencies.thiserror] version = "1.0.25" optional = true [dev-dependencies.multihash] version = "0.18.0" features = [ "multihash-impl", "blake3", ] default-features = false [dev-dependencies.serde_bytes] version = "0.11.5" [dev-dependencies.serde_json] version = "1.0.79" [dev-dependencies.serde_test] version = "1.0.132" [features] arb = [ "quickcheck", "cid/arb", ] default = ["std"] serde-codec = [ "cid/serde-codec", "serde", ] std = [ "anyhow/std", "cid/std", "multibase/std", "multihash/std", "thiserror", ]