# 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 = "cmdlink" version = "0.2.0" authors = ["Infamous "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust based CLI tool to add aliases for commands to simplify developer workflow." readme = "README.md" keywords = [ "alias", "cli", "scripting", "command-line", "automation", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ehuff700/cmdlink" [[bin]] name = "cmdlink" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.tabled] version = "0.16.0" [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [build-dependencies.dirs] version = "5.0.1" [target."cfg(windows)".build-dependencies.base64] version = "0.22.1" [target."cfg(windows)".build-dependencies.runas] version = "1.2.0" [target."cfg(windows)".build-dependencies.windows-registry] version = "0.3.0"