# 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 = "qali" version = "0.5.1" authors = ["contact@jettchen.me"] description = "QALI: Quick ALIasing in the terminal" homepage = "https://github.com/JettChenT/qali" readme = "README.md" keywords = [ "cli", "productivity", "aliasing", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/JettChenT/qali" [[bin]] name = "q" path = "src/bin/q/main.rs" [[bin]] name = "qali" path = "src/bin/qali/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.27" features = ["derive"] [dependencies.colored] version = "2" [dependencies.console] version = "0.15.1" [dependencies.dialoguer] version = "0.10.2" features = ["fuzzy-select"] [dependencies.directories] version = "4.0" [dependencies.open] version = "1" [dependencies.regex] version = "1.6.0" [dependencies.tabled] version = "0.8.0" features = ["color"]