easy-install 1.3.9

easy-install
Documentation
# 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 = "2024"
name = "easy-install"
version = "1.3.9"
authors = ["ahaoboy"]
build = false
include = [
    "/src",
    "/Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "easy-install"
homepage = "https://github.com/easy-install/easy-install"
readme = "README.md"
license = "MIT"
repository = "https://github.com/easy-install/easy-install"

[lib]
name = "easy_install"
path = "src/lib.rs"

[[bin]]
name = "ei"
path = "src/bin/ei.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cargo-dist-schema]
version = "0.30"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crud-path]
version = "0.1"

[dependencies.dirs]
version = "6"

[dependencies.easy-archive]
version = "0.2"

[dependencies.github-proxy]
version = "0.1"

[dependencies.guess-target]
version = "0.1"

[dependencies.is-admin]
version = "0.1"

[dependencies.is-musl]
version = "0.1"

[dependencies.path-clean]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.which-shell]
version = "0.1"

[target.'cfg(not(target_os = "windows"))'.dependencies.openssl]
version = "0.10"
features = ["vendored"]

[profile.bloaty]
lto = false
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
strip = true