# 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 = "gitsync" version = "0.1.9" authors = ["David McKay "] description = "Library that facilitates monitoring Git repositories for changes. Could enable GitOps" readme = "README.md" license = "MIT" repository = "https://github.com/rawkode/gitsync" [[test]] name = "cucumber" harness = false [dependencies.actix] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.16" [dependencies.log] version = "0.4" [dependencies.tempdir] version = "0.3" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.cucumber] version = "0.19" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]