# 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 = "elfo-configurer" version = "0.2.0-alpha.15" authors = ["Paul Loyd "] description = "Loads and distributes configs across the elfo system" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", "configuration", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [dependencies.elfo-core] version = "0.2.0-alpha.15" features = ["unstable"] [dependencies.futures] version = "0.3.12" [dependencies.fxhash] version = "0.2.1" [dependencies.serde] version = "1.0.120" features = [ "derive", "rc", ] [dependencies.serde-value] version = "0.7.0" [dependencies.tokio] version = "1" features = ["fs"] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1.25" [dev-dependencies.serde_json] version = "1.0.94"