# 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 = "dfm" version = "10.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dotfile manager for lazy people and pair programmers." homepage = "https://github.com/chasinglogic/dfm" documentation = "https://github.com/chasinglogic/dfm" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/chasinglogic/dfm" [[bin]] name = "dfm" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4.5.33" [dependencies.env_logger] version = "0.11.5" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.0" [dependencies.rustyline] version = "14.0.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.129" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.9.34" [dependencies.shellexpand] version = "3.1.0" [dependencies.shlex] version = "1.3.0" [dependencies.text_io] version = "0.1.12" [dependencies.walkdir] version = "2.5.0"