# 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 = "2018" name = "gitig" version = "0.3.1" authors = ["Marcel Schneider "] exclude = [ ".drone.yml", ".editorconfig", "clippy.toml", "justfile", "release.py", "rustfmt.toml", ] description = "A cli utility to manage gitignore files easily" readme = "README.md" keywords = [ "git", "gitignore", "cli", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://git.schneider-hosting.de/schneider/gitig" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.directories] version = "2.0" [dependencies.error-chain] version = "0.12" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.stderrlog] version = "0.4" [dependencies.structopt] version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2"