# 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 = "git-local-ignore" version = "1.0.0" authors = ["Vyacheslav Pukhanov "] description = "Locally exclude files from being tracked by Git (without adding them to .gitignore)" homepage = "https://github.com/vpukhanov/git-local-ignore" readme = "README.md" keywords = ["cli", "git", "gitignore", "ignore", "exclude"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/vpukhanov/git-local-ignore" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.clap] version = "3.0.0-beta.2" [dependencies.clap_generate] version = "3.0.0-beta.2" [dependencies.colored] version = "2" [dependencies.dialoguer] version = "0.6.2" [dependencies.pathdiff] version = "0.2.0"