# 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 = "peace_resources" version = "0.0.13" authors = ["Azriel Hoh "] description = "Runtime resources for the peace automation framework." homepage = "https://peace.mk" documentation = "https://docs.rs/peace_resources/" readme = "README.md" keywords = ["automation"] categories = [ "asynchronous", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/peace" [lib] test = false doctest = true [dependencies.peace_core] version = "0.0.13" [dependencies.peace_data] version = "0.0.13" [dependencies.peace_fmt] version = "0.0.13" [dependencies.resman] version = "0.17.0" features = ["debug"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tokio] version = "1.35.1" features = ["sync"] [dependencies.type_reg] version = "0.7.0" features = [ "debug", "untagged", "ordered", ]