[[bin]]
name = "pathfix"
path = "src/bin/pathfix/main.rs"
[dependencies.clap]
version = "~2.33.1"
[dependencies.env_logger]
optional = true
version = "0.7.1"
[dependencies.log]
version = "0.4.11"
[dependencies.serde]
features = ["derive"]
version = "~1.0"
[dependencies.toml]
version = "0.5.6"
[dependencies.users]
version = "0.10.0"
[features]
logging = ["env_logger"]
[lib]
name = "pathfix"
path = "src/lib.rs"
[package]
authors = ["Raphael Peters <rappet@rappet.de>"]
description = "Fixes the $PATH variable mess by generating it for you"
edition = "2018"
license = "GPL-3.0"
name = "pathfix"
readme = "README.md"
repository = "https://github.com/rappet/pathfix"
version = "0.1.3-alpha.1"
[package.metadata.deb]
assets = [["target/release/pathfix", "usr/bin/", "755"], ["README.md", "usr/share/doc/pathfix/README", "644"], ["doc/pathfix.1", "usr/share/man/man1/pathfix.1.gz", "644"], ["src/config.toml", "etc/pathfix.toml", "644"]]
depends = "$auto"
extended-description = "Fixes the PATH variable mess.Pathfix will- remove duplicate entries in $PATH- automatically find other entries for $PATH"
priority = "optional"
section = "utility"
[profile.release]
lto = true
panic = "abort"