# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pathfix" version = "0.1.4-alpha.3" authors = ["Raphael Peters "] description = "Fixes the $PATH variable mess by generating it for you" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/rappet/pathfix" [package.metadata.deb] assets = [["target/release/pathfix", "usr/bin/", "755"], ["README.md", "usr/share/doc/pathfix/README", "644"], ["doc/pathfix.1.gz", "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" [lib] name = "pathfix" path = "src/lib.rs" [[bin]] name = "pathfix" path = "src/bin/pathfix/main.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.env_logger] version = "0.8.3" optional = true [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.24" [dependencies.toml] version = "0.5.8" [dependencies.users] version = "0.11.0" [dev-dependencies.assert_cmd] version = "1.0.3" [features] logging = ["env_logger"]