# 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_inner" version = "0.1.0" authors = ["Kasper J. Hermansen "] description = """ gitignore_inner is the internal module for cargo """ documentation = "https://docs.rs/gitignore" readme = "README.md" keywords = [ "git", "ignore", "clap", "interactive", ] categories = ["git-tools"] license = "MIT" repository = "https://github.com/kjuulh/gitignore" resolver = "2" [dependencies.clap] version = "4.0.17" features = [ "env", "unicode", "string", ] [dependencies.console] version = "0.15.2" [dependencies.eyre] version = "0.6.8" [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.16" features = [ "local-time", "env-filter", ]