# 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 = "north-config" version = "0.1.10" authors = ["Rex Raphael "] description = "North config is a multi source configuration crate designed as part of the North Microservice Framework" homepage = "https://github.com/juicycleff/north-framework" documentation = "https://docs.rs/north-config/" readme = "README.md" keywords = [ "async", "config", "env", "env-parser", "json", ] categories = [ "config", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/juicycleff/north-framework" resolver = "1" [dependencies.async-std] version = "1.12" optional = true [dependencies.async-trait] version = "0.1.77" [dependencies.convert_case] version = "0.6" [dependencies.dotenvy] version = "0.15.7" [dependencies.econf] version = "0.2.1" [dependencies.json_dotpath] version = "1.1" [dependencies.log] version = "0.4" [dependencies.notify] version = "6.1.1" [dependencies.ron] version = "0.8.1" optional = true [dependencies.serde] version = "1.0.195" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.tokio] version = "1.18" features = [ "full", "fs", "io-util", ] optional = true [dependencies.toml] version = "0.8.8" optional = true [dev-dependencies.envmnt] version = "0.10.4" [dev-dependencies.tokio-test] version = "0.4.3" [features] default = [] yaml = ["serde_yaml"]