# 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 = "ipfw-rs" version = "0.1.0" authors = ["Aleksandr Morozov "] description = "A Rust crate which allows to send commands to the FreeBSD IPFW firewall." readme = "README.md" keywords = [ "IPFW", "FreeBSD", "Firewall", ] categories = [ "os", "network-programming", ] license = "BSD-2-Clause" repository = "https://repo.4neko.org/4neko/ipfw-rs" [dependencies.cdns-rs] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.mac_address] version = "1.1.5" [dependencies.nix] version = "0.28.0" features = ["socket"] [features] default = []