[[bin]]
name = "i2pd-launch"
path = "src/main.rs"
[dependencies.dirs-sys]
version = "0.4.1"
[dependencies.windows-sys]
features = ["Win32_UI_Shell"]
version = "0.48"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Launches i2pd with clean state"
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.2.0"
[package.metadata.clippy]
warn = ["all", "clippy::pedantic"]
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"