# 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 = "libp2p-blake-streams" version = "0.1.1" authors = ["David Craven "] description = "Performant authenticated replicated streams." license = "ISC" repository = "https://github.com/ipfs-rust/blake-streams" [dependencies.anyhow] version = "1.0.41" [dependencies.async-trait] version = "0.1.50" [dependencies.blake-streams-core] version = "0.1.0" [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.15" [dependencies.libp2p] version = "0.39.1" features = ["request-response"] default-features = false [dependencies.tracing] version = "0.1.26" [dependencies.zerocopy] version = "0.5.0" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.futures] version = "0.3.15" [dev-dependencies.libp2p] version = "0.39.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tracing-subscriber] version = "0.2.18"