# 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.82" name = "adana" version = "0.18.3" authors = ["Nordine Bittich"] build = false exclude = [ "vscode/", "dist/", ".vscode", ".history", ".git", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "namespaces aliases for command lines & basic scripting language" homepage = "https://github.com/nbittich/adana" readme = "README.md" license = "MIT" repository = "https://github.com/nbittich/adana" [[bin]] name = "adana" path = "src/main.rs" [dependencies.adana-cache-command] version = "0.18.3" [dependencies.adana-db] version = "0.18.3" [dependencies.adana-script] version = "0.18.3" [dependencies.adana-script-core] version = "0.18.3" [dependencies.anyhow] version = "1.0.92" [dependencies.ctrlc] version = "3.4.5" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" default-features = false [dependencies.log] version = "0.4.22" [dependencies.nu-ansi-term] version = "0.50.1" [dependencies.rustyline] version = "14.0.0" [dependencies.rustyline-derive] version = "0.10.0"