# 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 = "ipld-core" version = "0.4.1" authors = ["Volker Mische "] description = "IPLD core types" readme = "README.md" categories = [ "data-structures", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ipld/rust-ipld-core" [dependencies.cid] version = "0.11.1" features = ["alloc"] default-features = false [dependencies.quickcheck] version = "1.0" optional = true [dependencies.serde] version = "1.0.195" features = ["alloc"] optional = true default-features = false [dependencies.serde_bytes] version = "0.11.5" optional = true default-features = false [dev-dependencies.serde_derive] version = "1.0.197" [dev-dependencies.serde_ipld_dagcbor] version = "0.6.0" [dev-dependencies.serde_ipld_dagjson] version = "0.2.0" [dev-dependencies.serde_json] version = "1.0.79" [dev-dependencies.serde_test] version = "1.0.132" [features] arb = [ "dep:quickcheck", "cid/arb", ] codec = [] default = [ "codec", "std", ] serde = [ "dep:serde", "dep:serde_bytes", "cid/serde", ] std = [ "cid/std", "serde?/std", "serde_bytes?/std", ]