# 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 = "dotsy" version = "0.8.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A basic dotfile manager created to replace my usage of dotbot." readme = "README.md" license = "MIT" repository = "https://github.com/nichtj3/Dotsy" [lib] name = "dotsy" path = "src/lib.rs" [[bin]] name = "dotsy" path = "src/main.rs" edition = "2021" [dependencies.ansi_term] version = "0.12.1" [dependencies.dirs] version = "5.0.1" [dependencies.glob] version = "0.3.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.shellexpand] version = "3.1.0" [dependencies.snafu] version = "0.8.5" [dependencies.structopt] version = "0.3.23" [dependencies.valico] version = "4.0.0" [dependencies.walkdir] version = "2.3.2"