# 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" rust-version = "1.64" name = "windivert-sys" version = "0.10.0" authors = ["Ruben Serrano Izquierdo "] build = "build/main.rs" links = "WinDivert" description = "Raw FFI bindings for WinDivert user mode library" homepage = "https://github.com/Rubensei/windivert-rust" documentation = "https://docs.rs/windivert-sys" readme = "README.md" keywords = [ "ffi", "windivert", "bindings", "driver", ] categories = ["external-ffi-bindings"] license = "LGPL-3.0-or-later" repository = "https://github.com/Rubensei/windivert-rust.git" resolver = "1" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [lib] name = "windivert_sys" [dependencies.thiserror] version = "1" [dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_System_IO", ] [build-dependencies.cc] version = "1.0" [features] default = [] static = ["vendored"] vendored = []