# 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 = "ipfs-embed-net" version = "0.11.0" authors = ["David Craven "] description = "small embeddable ipfs implementation" license = "MIT OR Apache-2.0" repository = "https://github.com/ipfs-rust/ipfs-embed" [dependencies.anyhow] version = "1.0.38" [dependencies.async-global-executor] version = "2.0.2" [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.12" [dependencies.ip_network] version = "0.3.4" [dependencies.libipld] version = "0.10.0" default-features = false [dependencies.libp2p] version = "0.34.0" features = ["dns", "gossipsub", "identify", "kad", "mdns", "ping", "mplex", "noise", "tcp-async-io", "yamux"] default-features = false [dependencies.libp2p-bitswap] version = "0.12.0" [dependencies.names] version = "0.11.0" [dependencies.prometheus] version = "0.11.0" [dependencies.thiserror] version = "1.0.23" [dependencies.tracing] version = "0.1.23"