# 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 = "dotfilers" version = "0.0.6" authors = ["Carlos Quintana "] autotests = false description = "Dotfile management utility written in Rust" readme = "README.md" license = "MIT" [lib] doctest = false [[test]] name = "integration" path = "tests/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.34" [dependencies.fs_extra] version = "1.2" [dependencies.git-version] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.shellexpand] version = "2.1.0" [dependencies.symlink] version = "0.1" [dependencies.tera] version = "1.16" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.rand] version = "0.8"