# 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 = "aati" version = "0.12.2" authors = ["Husayn Haras "] description = "Cross-platform package manager written in Rust." homepage = "https://haras.srht.site/projects/aati.html" documentation = "https://man.sr.ht/~haras/aati" readme = "README.md" keywords = [ "cli", "clap", "cross-platform", "package-manager", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://git.sr.ht/~haras/aati" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.ascii] version = "1.1.0" [dependencies.clap] version = "4.3.12" features = ["string"] [dependencies.clap_complete] version = "4.3.2" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.0" [dependencies.hex] version = "0.4.3" [dependencies.humansize] version = "2.1.3" [dependencies.lz4] version = "1.24.0" [dependencies.ring] version = "0.16.20" [dependencies.rustc_version] version = "0.4.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.tar] version = "0.4.38" [dependencies.tiny_http] version = "0.12.0" [dependencies.toml] version = "0.7.3" [dependencies.ureq] version = "2.6.2" [badges.maintenance] status = "actively-developed"