[[bin]]
name = "i2pd-launch"
path = "src/main.rs"
[dependencies.dirs-sys]
version = "0.4"
[dependencies.windows-sys]
features = ["Win32_UI_Shell"]
version = "0.48"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Deletes current router/interface state and launches i2pd"
edition = "2021"
homepage = "https://gitlab.com/hsn10/i2pd-launch"
license = "Unlicense OR CC0-1.0"
name = "i2pd-launch"
readme = "README.md"
repository = "https://gitlab.com/hsn10/i2pd-launch.git"
rust-version = "1.61.0"
version = "0.0.4"
[package.metadata.clippy]
warn = ["all", "clippy::pedantic"]
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = "symbols"