# 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 = "2018" name = "configman" version = "0.4.1" authors = ["pjmp"] description = "Dead simple config manager" readme = "README.md" keywords = ["dotfiles", "config", "symlink", "configman"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/pjmp/configman" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.dialoguer] version = "0.8.0" [dependencies.fmtlog] version = "0.1.4" features = ["colored"] default-features = false [dependencies.ignore] version = "0.4.18" [dependencies.log] version = "0.4.14"