# 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 = "nala" version = "0.1.0" description = "Commandline frontend for the APT package manager" readme = "README.rst" license = "GPL-3.0-only" repository = "https://gitlab.com/volian/nala/-/tree/nala-rs" [profile.dev] opt-level = 1 [profile.lto] lto = true inherits = "release" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.digest] version = "0.10.7" [dependencies.globset] version = "0.4.14" [dependencies.indicatif] version = "0.17.8" [dependencies.ratatui] version = "0.27.0" features = ["serde"] [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] [dependencies.rust-apt] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [build-dependencies.clap] version = "4" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.8"