# 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 = "upnp-daemon" version = "0.6.0" authors = ["Florian Gamböck "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "A daemon for continuously opening ports via UPnP." readme = "README.md" categories = [ "command-line-utilities", "network-programming", ] license = "WTFPL" repository = "https://github.com/FloGa/upnp-daemon" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.easy-upnp] version = "0.2.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.11" [dependencies.serde_json] version = "1.0.96" [dependencies.tempfile] version = "3.5.0" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.predicates] version = "3.0.1" [target."cfg(unix)".dependencies.daemonize] version = "0.5.0"