# 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 = "quaditsync" version = "1.0.1" authors = ["Anton Whalley "] description = "Library that facilitates monitoring Git repositories for changes. Could enable GitOps based on gitsync but extended for quadit" readme = "README.md" license = "MIT" repository = "https://github.com/no9/quaditsync" [[test]] name = "cucumber" harness = false [dependencies.git2] version = "0.16" [dependencies.log] version = "0.4" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.cucumber] version = "0.19" [dev-dependencies.tempfile] version = "3.4" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]