netlink_core 0.3.0

NetLink is a decentralized networking tool built on the 'rustp2p' library.
Documentation
# 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 = "netlink_core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NetLink is a decentralized networking tool built on the 'rustp2p' library."
readme = false
license = "Apache-2.0"
repository = "https://github.com/rustp2p/NetLink"

[lib]
name = "netlink_core"
crate-type = [
    "staticlib",
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-shutdown]
version = "0.2"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pnet_packet]
version = "0.35"

[dependencies.regex]
version = "1.11"

[dependencies.route_manager]
version = "0.1.4"
features = ["async"]

[dependencies.rustp2p]
version = "0.3.0"
features = [
    "chacha20-poly1305-ring",
    "aes-gcm-ring",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tachyonix]
version = "0.3"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tun-rs]
version = "2"
features = ["async"]

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.59"
features = ["Win32_NetworkManagement_Ndis"]