[package]
edition = "2021"
rust-version = "1.61.0"
name = "i2pd-launch"
version = "0.5.0-beta.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Launches i2pd with clean state"
homepage = "https://gitlab.com/hsn10/i2pd-launch"
readme = "README.md"
license = "Unlicense OR CC0-1.0"
repository = "https://gitlab.com/hsn10/i2pd-launch.git"
[package.metadata.clippy]
warn = [
"all",
"clippy::pedantic",
]
[[bin]]
name = "i2pd-launch"
path = "src/main.rs"
[dependencies.dirs-sys]
version = "0.4.1"
[dependencies.getopt3]
version = "2.5.0"
[dependencies.windows-sys]
version = "0.48"
features = ["Win32_UI_Shell"]
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = "symbols"