# 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 = "nstow" version = "0.2.1" authors = [ "c0smic", "Adam Gaia", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "[BROKEN] Cross-platform symlink farm manager with links defined in a stowfile" homepage = "https://codeberg.org/c0smic/nstow" documentation = "https://codeberg.org/c0smic/nstow" readme = "README.md" keywords = [ "nstow", "stow", "symlink", "stowfile", ] license = "MIT" repository = "https://codeberg.org/c0smic/nstow" [[bin]] name = "nstow" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.directories-next] version = "2.0.0" [dependencies.env_logger] version = "0.9.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dependencies.symlink] version = "0.1.0"