# 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 = "gitignore-in" version = "0.2.0" authors = ["Yui Kitsu "] description = "A command line tool for managing .gitignore files with gitignore.in" documentation = "https://docs.rs/gitignore-in" readme = "README.md" categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/gitignore-in/gitignore-in" [dependencies.openssl] version = "0.10.57" features = ["vendored"] [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.shlex] version = "1.2.0" [dev-dependencies.mktemp] version = "0.5.1"