# 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-snapshot" version = "0.1.1" description = "Automate snapshotting git repositories" categories = ["git"] license = "MIT" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.57" [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.14.4" [dependencies.humantime-serde] version = "1.1.1" [dependencies.log] version = "0.4.17" [dependencies.notify] version = "5.0.0-pre.15" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.shellexpand] version = "2.1.0" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.0" features = [ "macros", "rt-multi-thread", "time", "sync", ] [dependencies.tokio-stream] version = "0.1.9" features = ["sync"] [dev-dependencies.tempfile] version = "3.3.0"