40 lines
844 B
TOML
40 lines
844 B
TOML
[package]
|
|
name = "softnet"
|
|
version = "0.1.0"
|
|
publish = false
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
path = "lib/mod.rs"
|
|
|
|
[profile.release-with-debug]
|
|
inherits = "release"
|
|
debug = true
|
|
|
|
[dependencies]
|
|
smoltcp = "0"
|
|
libc = "0"
|
|
polling = "3"
|
|
dhcproto = { git = "https://github.com/bluecatengineering/dhcproto.git", branch = "master" }
|
|
vmnet = "0.5.1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
mac_address = "1"
|
|
privdrop = "0"
|
|
anyhow = { version = "1", features = ["backtrace"] }
|
|
ip_network = "0"
|
|
uzers = "0"
|
|
system-configuration = "0"
|
|
num_enum = "0"
|
|
sentry = { version = "0", features = ["debug-images"] }
|
|
sentry-anyhow = { version = "0", features = ["backtrace"] }
|
|
nix = { version = "0", features = ["signal", "socket"] }
|
|
prefix-trie = "0"
|
|
ipnet = "2"
|
|
oslog = "0.2.0"
|
|
log = "0.4.29"
|
|
serial_test = "3"
|
|
coarsetime = "0.1.37"
|
|
|
|
[profile.release]
|
|
debug = true
|