# 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 = "goro-p2p-inspector" version = "0.1.1" authors = ["Aditya Kresna "] include = [ ".cargo/config.toml", "Cargo.lock", "Cargo.toml", "rust-toolchain", "src/*", ] publish = true description = "GoRo Network - LibP2P inspectors (CLI)" readme = "README.md" categories = [ "network-programming", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/goro-network/goro-p2p-inspector" [[bin]] name = "goro-p2p-inspector" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" features = ["backtrace"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.27" features = ["write-all-vectored"] [dependencies.libp2p] version = "0.51.1" features = ["full"] [dependencies.log] version = "0.4.17" features = [ "max_level_debug", "release_max_level_info", "serde", "sval", "value-bag", ] [dependencies.mimalloc] version = "0.1.34" features = [ "override", "local_dynamic_tls", ] default-features = false [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.structopt] version = "0.3.26" features = [ "color", "suggestions", "wrap_help", ] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.26.0" features = [ "full", "stats", ]