# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dotman" version = "0.2.0" authors = ["Thejaswi Kadur "] description = "Dotfile management tool" readme = "README.md" license = "MIT" repository = "https://github.com/tkadur/dotman" [lib] name = "lib" path = "src/lib.rs" [[bin]] name = "dot" path = "src/bin.rs" [dependencies.clap] version = "^2.33.0" features = ["yaml"] [dependencies.contracts] version = "0.3.0" features = ["override_debug"] [dependencies.derive-getters] version = "0.0.8" [dependencies.derive_more] version = "0.15.0" [dependencies.dirs] version = "^2.0.2" [dependencies.failure] version = "0.1.5" [dependencies.gethostname] version = "0.2.0" [dependencies.globset] version = "0.4.4" [dependencies.itertools] version = "0.8.0" [dependencies.lazy_static] version = "^1.3.0" [dependencies.serde] version = "^1.0.99" features = ["derive"] [dependencies.serde_yaml] version = "0.8.9" [dependencies.structopt] version = "0.2.18" [dependencies.strum] version = "0.15.0" [dependencies.strum_macros] version = "0.15.0" [dependencies.walkdir] version = "^2.2.9" [dependencies.wsl] version = "0.1.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tempfile] version = "^3.1.0"