# 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 = "hc_service_check" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for checking the health of tx5 network services" readme = "README.md" license = "Apache-2.0" [[bin]] name = "hc_service_check" path = "src/main.rs" [dependencies.clap] version = "4.5.3" features = [ "derive", "wrap_help", ] [dependencies.kitsune_p2p_bootstrap_client] version = "^0.4.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tx5-go-pion] version = "0.1.5-beta" [dependencies.tx5-signal] version = "0.1.5-beta" [dependencies.url2] version = "0.0.6" [lints.clippy] dbg_macro = "deny" [lints.clippy.cargo] level = "allow" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "allow" priority = -1 [lints.clippy.pedantic] level = "allow" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.restriction] level = "allow" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(build_wasm)", "cfg(loom)", ]