# 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 = "pad-path" version = "0.2.7" authors = ["James Hawley "] include = [ "src/**/*", "Cargo.toml", "./README.md", ] description = "Intuitively modify your `$PATH`" homepage = "https://github.com/jrhawley/pad-path/" readme = "README.md" keywords = [ "cli", "path", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jrhawley/pad-path/" [[bin]] name = "pad" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.dirs-next] version = "2.0.0" [dependencies.itertools] version = "0.9" [dependencies.rev_lines] version = "0.2" [dev-dependencies.cargo-nextest] version = "0.9" [build-dependencies.cargo-make] version = "0.36"