# 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 = "pf-rs" version = "0.2.4" authors = ["Aleksandr Morozov "] description = "FreeBSD lib to access OpenBSD's implementation of the PF (Packet Filter) directly via /dev/pf" readme = "README.md" keywords = [ "PF", "FreeBSD", "PacketFilter", ] categories = [ "os", "network-programming", ] license = "BSD-2-Clause" repository = "https://repo.4neko.org/4NEKO/pf-rs" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true overflow-checks = true [dependencies.nix] version = "0.27" features = ["fs"] [features] FREEBSD_C1 = [] FREEBSD_V13_0 = ["FREEBSD_C1"] FREEBSD_V13_1 = ["FREEBSD_C1"] FREEBSD_V13_2 = ["FREEBSD_C1"] FREEBSD_V14_0 = ["FREEBSD_C1"] default = [] log_to_stdout = []