# 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 = "dotlink" version = "0.2.1" exclude = ["dotlink.example.*"] description = "No non-sense dotfiles linker" readme = "crates-io.md" keywords = [ "dotfiles", "link", "symlink", "management", ] categories = [ "command-line-utilities", "config", "filesystem", ] license = "MIT" repository = "https://github.com/TheRealLorenz/dotlink" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.directories] version = "5.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.21" [dependencies.tabled] version = "0.12.2" features = ["color"] [dependencies.toml] version = "0.7.3" [dev-dependencies.tempfile] version = "3.5.0"