# 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" version = "0.1.4" authors = ["FL03 (https://github.com/FL03)"] default-run = "app" 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 [[bin]] name = "app" test = false bench = true [dependencies.algae] version = "0.1.19" features = ["graph"] default-features = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "derive", "env", ] [dependencies.config] version = "0.13" [dependencies.contained-core] version = "0.1.4" features = [] optional = true [dependencies.contained-music] version = "0.1.4" features = [] optional = true [dependencies.contained-net] version = "0.1.4" features = [] optional = true [dependencies.contained-turing] version = "0.1.4" features = [] optional = true [dependencies.decanter] version = "0.1.5" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.libp2p] version = "0.51.1" features = [ "macros", "tokio", ] [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.tarpc] version = "0.33" features = [] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] [dependencies.wasmer] version = "3.1" features = [] [dev-dependencies] [build-dependencies] [features] core = ["contained-core"] default = [ "core", "music", "net", "turing", ] full = [ "core", "music", "net", "turing", ] music = ["contained-music"] net = ["contained-net"] turing = ["contained-turing"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]