# 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 = "dotrs" version = "0.1.0" authors = ["Ringo Hoffmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dotfiles manager trying to make syncing dotfiles as seemingless as possible." readme = "README.md" keywords = [ "dotfiles", "cli", "dotfiles-manager", ] categories = ["command-line-interface"] license = "MIT" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "unwind" strip = true [[bin]] name = "dotrs" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.debounce] version = "0.2.2" [dependencies.dirs] version = "5" [dependencies.duration-string] version = "0.4.0" features = ["serde"] [dependencies.env_logger] version = "0.11.5" [dependencies.handlebars] version = "6.1.0" [dependencies.ignore] version = "0.4.23" [dependencies.log] version = "0.4.22" [dependencies.notify] version = "7.0" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.64" [dependencies.yansi] version = "1.0.1"