# 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 = "contained-core" version = "0.1.4" authors = ["FL03 (https://github.com/FL03)"] description = "contained is a research project implementing the proposed harmonic runtime for orchestrating cloud-native systems" homepage = "https://github.com/FL03/contained/wiki" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/contained" resolver = "1" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.algae] version = "0.1.19" features = ["graph"] default-features = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.atoi] version = "2" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.decanter] version = "0.1.5" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.petgraph] version = "0.6" features = [] [dependencies.predicates] version = "3.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smart-default] version = "0.6" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [build-dependencies] [features] default = [] wasm = [] [target.wasm32-unknown-unknown] [target.wasm32-wasi]