# 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 = "khost" version = "0.4.0" authors = ["Kaspa developers"] build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Kaspa p2p node deployment automation tool for Linux OS. """ readme = "README.md" keywords = ["kaspa"] license = "MIT OR Apache-2.0" repository = "https://github.com/aspectron/khost" [[bin]] name = "khost" path = "src/main.rs" [dependencies.addr] version = "0.15.6" [dependencies.bytes] version = "1.6.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.8" features = [ "derive", "string", "cargo", ] [dependencies.cliclack] version = "0.3.1" [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.4" [dependencies.dirs] version = "5.0.1" [dependencies.duct] version = "0.13.7" [dependencies.is-root] version = "0.1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.mac_address] version = "1.1.7" [dependencies.pad] version = "0.1.6" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.rustls] version = "0.23.11" [dependencies.rustls-pemfile] version = "2.1.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sha2] version = "0.10.8" [dependencies.sysinfo] version = "0.30.12" [dependencies.termion] version = "4.0.2" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "io-util", "time", "sync", "macros", "rt", "rt-multi-thread", ] default-features = false [dependencies.toml] version = "0.8.14" [dependencies.whoami] version = "1.5.1" [dependencies.workflow-core] version = "0.18.0" [dependencies.workflow-encryption] version = "0.18.0" [dependencies.workflow-serializer] version = "0.18.0" [dependencies.workflow-utils] version = "0.18.0" [dependencies.xxhash-rust] version = "0.8.7" features = ["xxh3"]