# 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 = "mksls" version = "2.0.0" authors = ["Yann Salmon"] exclude = [".github/*"] description = "Make symlinks specified in files." readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/yanns1/mksls" [dependencies.anyhow] version = "1.0.81" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.confy] version = "0.6.1" [dependencies.crossterm] version = "0.27.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.serial_test] version = "3.0.0"