# 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" name = "apk-rs" version = "0.0.0" authors = ["Jakub Panek "] description = "Alpine Package Keeper written in Rust" homepage = "https://github.com/panekj/apk-tools-rs.git" readme = "README.md" keywords = ["apk", "alpine", "package", "manager"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/panekj/apk-tools-rs.git" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = false panic = "abort" [lib] name = "apk" crate-type = ["lib"] path = "src/lib/mod.rs" [[bin]] name = "apk" path = "src/bin/apk.rs" edition = "2021" [dependencies.blake3] version = "1.1" [dependencies.clap] version = "3.0.1" features = ["std", "unicode", "cargo", "unstable-replace"] default-features = false [dependencies.clap_complete] version = "3.0.1" optional = true [dependencies.flate2] version = "1.0.22" [dependencies.log] version = "0.4.14" optional = true [dependencies.minreq] version = "2.4.2" features = ["https-rustls", "https-rustls-probe", "proxy"] [dependencies.pretty_env_logger] version = "0.4.0" optional = true [dependencies.reqwest] version = "0.11.8" features = ["blocking", "rustls-tls", "gzip", "brotli", "deflate"] default-features = false [dependencies.tar] version = "0.4.38" default-features = false [dependencies.url] version = "2.2.2" [features] completions = ["clap_complete"] default = ["completions", "pretty"] miniz-sys = ["flate2/miniz-sys"] pretty = ["log", "pretty_env_logger", "clap/color", "clap/wrap_help"] zlib = ["flate2/zlib"]