# 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 = "aliasman" version = "1.2.0" authors = ["Andy Garcia "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool for manage your aliasses" homepage = "https://github.com/garcia-andy/aliasman-rs" readme = "README.md" keywords = [ "utility", "tool", "aliasses", "alias", "linux", ] categories = [ "command-line-interface", "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/garcia-andy/aliasman-rs" [package.metadata.deb] assets = [[ "target/release/aliasman", ".", "755", ]] copyright = "2024, Andy Garcia " depends = "$auto" extended-description = "A simple tool for manage your aliasses" license-file = "LICENSE.md" maintainer = "Andy Garcia " priority = "optional" section = "utility" [lib] name = "aliasman" path = "src/lib.rs" [[bin]] name = "aliasman" path = "src/main.rs" [dependencies.ansi_rgb] version = "0.2.0" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.curl] version = "0.4.46" [dependencies.dialoguer] version = "=0.11.0" [dependencies.rgb] version = "0.8.48" [dependencies.self_update] version = "=0.41.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.spinners] version = "4.1.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.sysinfo] version = "0.31.2" [dev-dependencies.inline_tweak] version = "1.1.1" features = ["derive"] [build-dependencies.dotenv-build] version = "0.1.1" [badges.maintenance] status = "actively-developed"