# 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-lookup" version = "0.6.4" authors = ["Max Inden "] description = "Lookup a peer by its id." readme = "README.md" license = "MIT" repository = "https://github.com/mxinden/libp2p-lookup" [dependencies.ansi_term] version = "0.12.1" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.26" [dependencies.libp2p] version = "0.52.1" features = [ "dns", "async-std", "noise", "tcp", "yamux", "identify", "kad", "ping", "relay", "rsa", "macros", "secp256k1", "ecdsa", "websocket", ] default-features = false [dependencies.libp2p-mplex] version = "0.40" default-features = false [dependencies.libp2p-quic] version = "0.8.0-alpha" features = ["async-std"] default-features = false [dependencies.log] version = "0.4" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1"