# 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 = "2018" name = "upnp-rs" version = "0.2.0" authors = ["Simon Johnston "] build = "build.rs" publish = true default-run = "upnp" description = "Provides basic Universal Plug and Play (UPnP) protocol implementations" documentation = "https://docs.rs/upnp/" readme = "README.md" keywords = [ "networking", "protocol", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT" repository = "https://github.com/johnstonskj/rust-upnp.git" [[bin]] name = "upnp" path = "src/bin/upnp.rs" required-features = ["command_line"] [dependencies.human-panic] version = "1.0" optional = true [dependencies.ipnetwork] version = "0.20" [dependencies.lazy_static] version = "1.4.0" [dependencies.os-version] version = "0.2" [dependencies.pnet] version = "0.31" features = ["std"] [dependencies.quick-xml] version = "0.23" [dependencies.regex] version = "1.3" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [dev-dependencies.pretty_assertions] version = "1.2" [features] command_line = [ "human-panic", "structopt", "tracing-subscriber", ] default = []