# 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 = "rnc" version = "0.1.1" authors = ["icekylin "] description = "arbitrary TCP and UDP connections and listens" homepage = "https://github.com/ice-kylin/netcat" readme = "README.md" keywords = [ "cli", "tcp", "udp", "nc", "net", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/ice-kylin/netcat" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.exitcode] version = "1.1.2" [dependencies.human-panic] version = "1.2.0" [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7.8" [dependencies.url] version = "2.4" [build-dependencies.clap] version = "4.0" features = ["derive"] [build-dependencies.clap-verbosity-flag] version = "2.0.1" [build-dependencies.clap_mangen] version = "0.2" [build-dependencies.url] version = "2.4"