i2pd-launch 0.5.0-beta.2

Launches i2pd with clean state
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"