# 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" rust-version = "1.75.0" name = "letmeind" version = "7.2.0" authors = ["Michael Büsch "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Authenticated port knocking - Server" homepage = "https://bues.ch/h/letmein" readme = "README.md" keywords = [ "port-knocking", "port", "knock", "firewall", "nftables", ] categories = [ "authentication", "network-programming", "command-line-utilities", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbuesch/letmein" [[bin]] name = "letmeind" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "std", "help", "usage", "error-context", "derive", ] default-features = false [dependencies.letmein-conf] version = "7" [dependencies.letmein-fwproto] version = "7" [dependencies.letmein-proto] version = "7" [dependencies.letmein-seccomp] version = "7" features = [ "de", "install", ] default-features = false [dependencies.letmein-systemd] version = "7" features = ["tcp"] [dependencies.libc] version = "0.2" [dependencies.tokio] version = "1" features = [ "rt", "net", "macros", "signal", "sync", "time", ] [build-dependencies.build-target] version = "0.4" [build-dependencies.letmein-seccomp] version = "7" features = [ "compile", "ser", ] default-features = false