# 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 = "miau" version = "0.1.1" authors = ["Radosław Kot "] exclude = ["assets/*", "tests/*", "generate_assets.sh", "package.json", "package-lock.json"] description = "Async aware and extensible layered configuration system" homepage = "https://github.com/szarykott/miau" readme = "README.md" keywords = ["configuration", "async", "config", "layered"] categories = ["asynchronous", "config"] license-file = "LICENSE.md" repository = "https://github.com/szarykott/miau" [dependencies.async-trait] version = "0.1.42" [dependencies.futures] version = "0.3.8" [dependencies.json5] version = "0.3.0" optional = true [dependencies.rmp-serde] version = "0.15.0" optional = true [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_ini] version = "0.2.0" optional = true [dependencies.serde_json] version = "1.0.60" optional = true [dependencies.serde_yaml] version = "0.8.14" optional = true [dependencies.toml] version = "0.5.8" optional = true [dev-dependencies.rmp-serde] version = "0.15.0" [dev-dependencies.rstest] version = "0.6.4" [dev-dependencies.serde_json] version = "1.0.60" [dev-dependencies.serde_yaml] version = "0.8.14" [dev-dependencies.tokio] version = "0.3.5" features = ["rt", "rt-multi-thread", "macros", "fs", "io-util"] [features] all = ["ini", "json", "msgpack", "serde_json5", "serde_toml", "yaml"] ini = ["serde_ini"] json = ["serde_json"] msgpack = ["rmp-serde"] serde_json5 = ["json5"] serde_toml = ["toml"] yaml = ["serde_yaml"]