# 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 = "nabu" version = "0.0.5" authors = ["José Duarte "] exclude = ["static/*"] description = "Keep your work commited and your repository up-to-date!" documentation = "https://docs.rs/nabu" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jmg-duarte/nabu" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1.0" features = ["derive"] [dependencies.color-eyre] version = "0.5" [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.flexi_logger] version = "0.22" [dependencies.git2] version = "0.13" [dependencies.log] version = "0.4" [dependencies.notify] version = "4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2"