# 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-actors" version = "0.1.3" 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.anyhow] version = "1" [dependencies.decanter] version = "0.1.3" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.scsys] version = "0.1.41" features = ["derive"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smart-default] version = "0.6" [dependencies.strum] version = "0.24" features = ["derive"] [dev-dependencies] [build-dependencies] [features]