[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[[example]]
name = "listening"
path = "examples/listening.rs"
[[example]]
name = "manage_tables"
path = "examples/manage_tables.rs"
[[example]]
name = "read_table"
path = "examples/read_table.rs"
[features]
default = ["serializable"]
serializable = ["serde"]
[lib]
name = "winroute"
path = "src/lib.rs"
[package]
authors = ["ljkgpxs <ljkgpxs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate is a utilities of high level of interface for manipulating and observing Windows's routing table"
edition = "2024"
homepage = "https://github.com/ljkgpxs/winroute"
keywords = ["windows", "route", "manager", "gateway", "interface"]
license = "Apache-2.0"
name = "winroute"
readme = "README.md"
repository = "https://github.com/ljkgpxs/winroute"
version = "0.2.1"
[target."cfg(windows)".dependencies.winapi]
features = ["iphlpapi", "netioapi"]
version = "0.3"