# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "forest_ipld" version = "0.1.1" authors = ["ChainSafe Systems "] description = "Interplanetary linked data types and implementation" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" [package.metadata.docs.rs] features = ["json"] [dependencies.async-recursion] version = "0.3.1" [dependencies.async-trait] version = "0.1" [dependencies.cid] version = "0.3" features = ["cbor", "json"] package = "forest_cid" [dependencies.encoding] version = "0.2" package = "forest_encoding" [dependencies.indexmap] version = "1.3.2" features = ["serde-1"] [dependencies.multibase] version = "0.9.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.async-std] version = "1.6.3" features = ["attributes"] [dev-dependencies.serde_json] version = "1.0" [features] json = ["multibase"] submodule_tests = ["json"]