# 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 = "port-knocking-doors" version = "1.1.2" authors = ["robin.pernaudat@gmail.com"] description = "This a port knocking doors. It work with firewalld on Linux servers." license = "GPL-3.0-only" repository = "https://github.com/robinpernaudat/port-knocking-doors" resolver = "2" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.2" [dependencies.dirs] version = "4.0" [dependencies.env_logger] version = "0.9" [dependencies.envmnt] version = "0.9.1" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5"