# 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 = "dbtools" version = "1.0.5" authors = ["landhb "] description = """ Usermode tools for Drawbridge. A Layer 4 Single Packet Authentication Linux kernel module utilizing Netfilter hooks and kernel supported Berkeley Packet Filters (BPF) """ homepage = "https://github.com/landhb/Drawbridge" readme = "README.md" keywords = [ "spa", "auth", "netfilter", "linux-kernel", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/landhb/Drawbridge" [[bin]] name = "db" path = "src/main.rs" [dependencies.clap] version = "4.0.24" features = ["derive"] [dependencies.openssl] version = "0.10.41" features = ["vendored"] [dependencies.pnet] version = "0.28.0" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.16.20" [dependencies.shellexpand] version = "2.0.0" [dependencies.thiserror] version = "1.0.37"