# 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 = "2018" name = "ic-kit" version = "0.5.0-alpha.4" authors = [ "Parsa Ghadimi ", "Ossian Mapes ", ] include = [ "src", "Cargo.toml", "README.md", ] description = "Testable Canister Developer Kit for the Internet Computer." homepage = "https://sly.ooo" documentation = "https://docs.rs/ic-kit" 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.candid] version = "0.7" [dependencies.ic-kit-macros] version = "0.1.1-alpha.0" [dependencies.ic-kit-sys] version = "0.1.3" [dependencies.serde] version = "1.0" [features] experimental-cycles128 = [] experimental-stable64 = [] [target."cfg(not(target_family = \"wasm\"))".dependencies.ic-kit-runtime] version = "0.1.0-alpha.1"