# 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 = "ic-kit-runtime" version = "0.1.0-alpha.1" authors = [ "Parsa Ghadimi ", "Ossian Mapes ", ] include = [ "src", "Cargo.toml", "README.md", ] description = "IC-Kit's Canister Simulator" homepage = "https://sly.ooo" documentation = "https://docs.rs/ic-kit-runtime" readme = "README.md" keywords = [ "internet-computer", "canister", "fleek", "psychedelic", ] categories = [ "api-bindings", "development-tools::testing", ] license = "MIT" repository = "https://github.com/Psychedelic/ic-kit" [dependencies.cfg-if] version = "1.0.0" [target."cfg(not(target_family = \"wasm\"))".dependencies.actix] version = "0.13" [target."cfg(not(target_family = \"wasm\"))".dependencies.candid] version = "0.7" [target."cfg(not(target_family = \"wasm\"))".dependencies.futures] version = "0.3" [target."cfg(not(target_family = \"wasm\"))".dependencies.ic-kit-sys] version = "0.1.3" [target."cfg(not(target_family = \"wasm\"))".dependencies.ic-types] version = "0.4.1" [target."cfg(not(target_family = \"wasm\"))".dependencies.lazy_static] version = "1.4" [target."cfg(not(target_family = \"wasm\"))".dependencies.memmap] version = "0.7.0" [target."cfg(not(target_family = \"wasm\"))".dependencies.serde] version = "1.0" [target."cfg(not(target_family = \"wasm\"))".dependencies.thread-local-panic-hook] version = "0.1.0" [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1.20" features = [ "sync", "macros", "rt", ]