# 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 = "clap-port-flag" version = "0.4.0" authors = ["Yoshua Wuyts "] description = "Easily add a --port flag to CLIs using Structopt." documentation = "https://docs.rs/clap-port-flag" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-clique/clap-port-flag" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.futures] version = "0.3.24" [dev-dependencies.hyper] version = "0.14.20" features = [ "server", "http2", ] [dev-dependencies.tokio] version = "1.21.0" features = [ "macros", "net", "rt-multi-thread", ] [features] addr_with_port = [] default = ["fd"] fd = []