# 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 = "libp2p-relay-manager" version = "0.3.1" authors = ["Darius Clark"] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "(WIP) Implementation of a relay-manager" readme = "README.md" keywords = [ "libp2p", "p2p", "networking", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/dariusc93/rust-ipfs" [lib] name = "libp2p_relay_manager" path = "src/lib.rs" [[example]] name = "relay_client" path = "examples/relay_client.rs" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.54.1" features = ["relay"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.void] version = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-timer] version = "3.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.clap] version = "4.5" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.env_logger] version = "0.11" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.libp2p] version = "0.54.1" features = ["full"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1.41.1" features = ["full"] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.futures-timer] version = "3.0" features = ["wasm-bindgen"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2.15" features = ["js"]