# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "configr" version = "0.8.0" authors = ["Carsten K. Jørgensen "] description = "The dead easy way to use config files in your project" readme = "README.md" keywords = ["config", "crossplatform", "cross-platform", "easy", "config-file"] categories = ["config", "filesystem"] license = "Unlicense" repository = "https://github.com/nyxiative/configr" [dependencies.configr_derive] version = "0.8.0" [dependencies.dirs] version = "3.0.2" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.snafu] version = "0.6.10" [dependencies.toml] version = "0.5.8"