north-config 0.1.10

North config is a multi source configuration crate designed as part of the North Microservice Framework
Documentation
[dependencies.async-std]
optional = true
version = "1.12"

[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]
optional = true
version = "0.8.1"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.195"

[dependencies.serde_json]
version = "1.0.111"

[dependencies.serde_yaml]
optional = true
version = "0.9"

[dependencies.tokio]
features = ["full", "fs", "io-util"]
optional = true
version = "1.18"

[dependencies.toml]
optional = true
version = "0.8.8"

[dev-dependencies.envmnt]
version = "0.10.4"

[dev-dependencies.tokio-test]
version = "0.4.3"

[features]
default = []
yaml = ["serde_yaml"]

[package]
authors = ["Rex Raphael <rex.raphael@outlook.com>"]
categories = ["config", "asynchronous"]
description = "North config is a multi source configuration crate designed as part of the North Microservice Framework"
documentation = "https://docs.rs/north-config/"
edition = "2021"
homepage = "https://github.com/juicycleff/north-framework"
keywords = ["async", "config", "env", "env-parser", "json"]
license = "MIT/Apache-2.0"
name = "north-config"
readme = "README.md"
repository = "https://github.com/juicycleff/north-framework"
resolver = "1"
version = "0.1.10"