# 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 = "2018" name = "figure" version = "0.1.1" authors = ["vmalloc"] description = "Library for runtime configuration management" homepage = "https://github.com/vmalloc/figure" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/vmalloc/figure" [dependencies.anyhow] version = "1.0.42" [dependencies.json-patch] version = "0.2.6" [dependencies.log] version = "0.4.14" [dependencies.parking_lot] version = "0.11.1" [dependencies.reqwest] version = "0.11.10" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.serde_yaml] version = "0.8.17" [dev-dependencies.axum] version = "0.5.4" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.tokio] version = "1.18.2" features = [ "rt", "rt-multi-thread", ]