# 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 = "config-loader" version = "2.2.3" authors = ["Zacchary Dempsey-Plante "] description = "A tool for quickly switching between different file configurations, using symbolic links." homepage = "https://github.com/zedseven/config-loader" documentation = "https://github.com/zedseven/config-loader" keywords = ["configuration", "symlinks", "file-management"] categories = ["command-line-utilities", "config", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/zedseven/config-loader" resolver = "2" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.0-rc.5" [dependencies.home] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.yansi] version = "0.5"