# 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 = "git-event" version = "0.4.1" authors = ["T.J. Telan "] description = "Customizable event handler for updates in remote git repositories" documentation = "https://docs.rs/git-event" readme = "README.md" keywords = ["git"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/tjtelan/git-event-rs" resolver = "2" [dependencies.chrono] version = "^0.4" [dependencies.color-eyre] version = "^0.6" [dependencies.git-meta] version = "^0.6" [dependencies.git-url-parse] version = "^0.4" [dependencies.git2] version = "^0.13" [dependencies.mktemp] version = "^0.4" [dependencies.tracing] version = "^0.1" [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.tokio] version = "^1.1" features = ["full"] [features] default = ["shallow_clone"] shallow_clone = []