# 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] name = "polk" version = "1.1.6" authors = ["Dylan McKay "] description = "Dotfile manager and symlinker" documentation = "https://docs.rs/polk" readme = "README.md" categories = [ "config", "development-tools", ] license = "MIT" repository = "https://github.com/dylanmckay/polk" [dependencies.clap] version = "4.4" [dependencies.error-chain] version = "0.12" [dependencies.git2] version = "0.18" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.symlink] version = "0.1" [dependencies.term] version = "0.7" [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2.4"