[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "ohmyalias"
path = "src/main.rs"
[build-dependencies.dotenv-build]
version = "0.1.1"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.clap]
features = ["derive"]
version = "4.5.16"
[dependencies.curl]
version = "0.4.46"
[dependencies.serde]
features = ["derive"]
version = "1.0.209"
[dependencies.serde_json]
version = "1.0.127"
[dependencies.spinners]
version = "4.1.1"
[dependencies.sysinfo]
version = "0.31.2"
[lib]
name = "ohmyalias"
path = "src/lib.rs"
[package]
authors = ["Andy Garcia <agf030124@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["command-line-interface", "command-line-utilities", "config"]
description = "A simple tool for manage your aliasses"
edition = "2021"
homepage = "https://github.com/Andy2403/aliasman-rs"
keywords = ["utility", "tool", "aliasses", "alias", "linux"]
license = "MIT"
name = "ohmyalias"
readme = "README.md"
repository = "https://github.com/Andy2403/aliasman-rs"
version = "1.2.6"
[package.metadata.deb]
assets = [["target/release/ohmyalias", ".", "755"]]
copyright = "2024, Andy Garcia <agf030124@gmail.com>"
depends = "$auto"
extended-description = "A simple tool for manage your aliasses"
license = "MIT"
maintainer = "Andy Garcia <agf030124@gmail.com>"
priority = "optional"
section = "utility"