# 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" rust-version = "1.73.0" name = "libp2p-server" version = "0.12.5" authors = ["Max Inden "] description = "A rust-libp2p server binary." readme = "README.md" license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3" [dependencies.hyper] version = "0.14" features = [ "server", "tcp", "http1", ] [dependencies.libp2p] version = "0.53.2" features = [ "autonat", "dns", "tokio", "noise", "tcp", "yamux", "identify", "kad", "ping", "relay", "metrics", "rsa", "macros", "quic", "websocket", ] [dependencies.prometheus-client] version = "0.22.0" [dependencies.serde] version = "1.0.193" [dependencies.serde_derive] version = "1.0.125" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.zeroize] version = "1" [lints.clippy] dbg_macro = "warn" manual_let_else = "warn" pedantic = "allow" type_complexity = "allow" unnecessary_wraps = "warn" used_underscore_binding = "warn" [lints.rust] unreachable_pub = "warn"