# 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 = "nullnet-firewall" version = "0.2.2" authors = ["Giuliano Bellini"] description = "Rust-based firewall for network drivers" readme = "README.md" keywords = [ "firewall", "network", "packet", "security", "log", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/GyulyVGC/nullnet-firewall" [profile.release] opt-level = 3 lto = true strip = true [dependencies.chrono] version = "0.4.31" features = ["clock"] default_features = false [dependencies.etherparse] version = "0.13.0" [dependencies.rusqlite] version = "0.30.0" [dev-dependencies.serial_test] version = "3.0.0" default_features = false