# 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] name = "ezconf" version = "0.3.0" authors = ["Rahix "] description = "A library for easily making your program configurable" homepage = "https://github.com/Rahix/ezconf" documentation = "https://rahix.github.io/ezconf/" readme = "README.md" keywords = ["toml", "configuration", "config"] categories = ["config"] license = "MIT/Apache-2.0" repository = "https://github.com/Rahix/ezconf" [dependencies.log] version = "0.4.5" [dependencies.once_cell] version = "0.1.6" [dependencies.toml] version = "0.4.6" [dependencies.toml-query] version = "0.6.0" [dev-dependencies.env_logger] version = "0.5.13" [badges.is-it-maintained-open-issues] repository = "Rahix/ezconf" [badges.travis-ci] branch = "master" repository = "Rahix/ezconf"