# 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 = "corpus" version = "0.2.1" authors = ["Dan Cardin "] description = "Centrally Organized, Relative Path Uniqueness Strategy" homepage = "https://github.com/DanCardin/corpus" documentation = "https://github.com/DanCardin/corpus" readme = "README.md" keywords = ["central", "path", "relative"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/DanCardin/corpus" [lib] name = "corpus" path = "src/lib.rs" [[bin]] name = "corpus" path = "src/bin.rs" required-features = ["binary"] [dependencies.anyhow] version = "1.0.42" optional = true [dependencies.clap] version = "3.0.0-beta.4" features = ["suggestions", "color"] optional = true [dependencies.dirs-next] version = "^2.0" optional = true [dependencies.etcetera] version = "^0.3.2" optional = true [dependencies.path-absolutize] version = "^3" [dependencies.thiserror] version = "^1" [features] binary = ["xdg", "home", "clap", "anyhow"] home = ["dirs-next"] xdg = ["etcetera", "home"]