# 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 = "dura" version = "0.2.0" authors = ["Tim Kellogg and the Internet"] description = "Dura backs up your work automatically via Git commits." homepage = "https://github.com/tkellogg/dura/" documentation = "https://github.com/tkellogg/dura/blob/master/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tkellogg/dura/" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1.6" features = ["cargo"] [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.13" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.5" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "registry", ] [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tempfile] version = "3.2.0"