# 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 = "ipld-block-builder" version = "0.4.1" authors = ["David Craven "] description = "library for dealing with ipld" license = "MIT OR Apache-2.0" repository = "https://github.com/ipfs-rust/ipld-block-builder" [dependencies.async-std] version = "1.5.0" [dependencies.async-trait] version = "0.1.36" [dependencies.cached] version = "0.12.0" [dependencies.libipld] version = "0.3.0" [dependencies.rand] version = "0.7.3" optional = true [dependencies.secrecy] version = "0.6.0" optional = true [dependencies.strobe-rs] version = "0.5.3" optional = true [dependencies.thiserror] version = "1.0.19" optional = true [dependencies.unsigned-varint] version = "0.4.0" optional = true [dependencies.zeroize] version = "1.1.0" optional = true [dev-dependencies.async-std] version = "1.5.0" features = ["attributes"] [features] crypto = ["rand", "secrecy", "strobe-rs", "thiserror", "unsigned-varint", "zeroize"]