contained-turing 0.1.4

contained is a research project implementing the proposed harmonic runtime for orchestrating cloud-native systems
Documentation
[build-dependencies]

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.contained-core]
version = "0.1.4"

[dependencies.decanter]
features = ["derive"]
version = "0.1.5"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.10"

[dependencies.predicates]
version = "3.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.smart-default]
version = "0.6"

[dependencies.strum]
features = ["derive"]
version = "0.24"

[dev-dependencies]

[features]
default = []
wasm = []

[lib]
crate-type = ["cdylib", "rlib"]
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)"]
categories = []
description = "contained is a research project implementing the proposed harmonic runtime for orchestrating cloud-native systems"
edition = "2021"
homepage = "https://github.com/FL03/contained/wiki"
keywords = []
license = "Apache-2.0"
name = "contained-turing"
readme = "README.md"
repository = "https://github.com/FL03/contained"
resolver = "1"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]

[target.wasm32-unknown-unknown]

[target.wasm32-wasi]