[[bin]]
name = "radvd"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.tokio]
features = ["full"]
version = "1.46.1"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "chrono", "env-filter", "fmt", "std"]
version = "0.3.19"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "IPv6 router discovery daemon"
edition = "2024"
homepage = "https://github.com/rissson/radvd"
keywords = ["radvd", "ipv6"]
license = "Apache-2.0 OR MIT"
name = "radvd"
publish = true
readme = "README.md"
repository = "https://github.com/rissson/radvd.git"
rust-version = "1.88"
version = "0.0.0"
[profile.dev]
panic = "abort"
[profile.release]
debug = 2
lto = true
panic = "abort"