# 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 = "configer" version = "0.6.0" authors = ["photowey "] description = """ A simple configuration management implemented in Rust. """ homepage = "https://github.com/photowey/configer" documentation = "https://docs.rs/configer" readme = "README.md" keywords = [ "configuration", "environment", ] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/photowey/configer" [package.metadata.docs.rs] features = ["usetoml"] [dependencies.chrono] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.toml] version = "0.8" optional = true [dev-dependencies.chronounit] version = "0.3" [dev-dependencies.snowflaker] version = "0.3" features = ["dynamic"] [features] usetoml = ["toml"]