# 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 = "winfw" version = "0.1.8" authors = ["Marirs "] build = "build.rs" description = "Interact with the Windows Firewall from Rust" readme = "README.md" keywords = [ "windows", "ffi", "win32", "com", "firewall", ] categories = [ "external-ffi-bindings", "os::windows-apis", ] license = "MIT/Apache-2.0" repository = "https://github.com/marirs/winfw-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [lib] name = "winfw" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [build-dependencies.cc] version = "1.0" features = ["parallel"]