# 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 = "conflink" version = "0.2.0" authors = ["Nadir Fejzic "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for easy file and directory symlinking" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/nfejzic/conflink" [lib] name = "conflink" path = "src/lib.rs" [[bin]] name = "conflink" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.ignore] version = "0.4.23" [dependencies.rustix] version = "0.38.39" features = [ "fs", "system", ] [dependencies.serde] version = "1.0.214" features = ["serde_derive"] [dependencies.toml] version = "0.8.19"