# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "bitflags" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ipnetwork" version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" dependencies = [ "serde", ] [[package]] name = "libc" version = "0.2.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311" [[package]] name = "log" version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "mnl" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1a5469630da93e1813bb257964c0ccee3b26b6879dd858039ddec35cc8681ed" dependencies = [ "libc", "log", "mnl-sys", ] [[package]] name = "mnl-sys" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9750685b201e1ecfaaf7aa5d0387829170fa565989cc481b49080aa155f70457" dependencies = [ "libc", "pkg-config", ] [[package]] name = "nftnl" version = "0.7.0" dependencies = [ "bitflags", "ipnetwork", "log", "mnl", "nftnl-sys", ] [[package]] name = "nftnl-sys" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b193f2c2a70e6421534c3f3b75eaaed4e4b9df45281b3d94f5bc8c32fb346cbb" dependencies = [ "cfg-if", "libc", "pkg-config", ] [[package]] name = "pkg-config" version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "serde" version = "1.0.185" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"