# 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-sys" version = "0.1.3" authors = [ "Parsa Ghadimi ", "Ossian Mapes ", ] include = [ "src", "Cargo.toml", "README.md", ] description = "IC-Kit's API bindings to the Internet Computer's WASM runtime." homepage = "https://sly.ooo" documentation = "https://docs.rs/ic-kit-sys" readme = "README.md" keywords = [ "internet-computer", "canister", "fleek", "psychedelic", ] categories = [ "api-bindings", "development-tools::testing", ] license = "MIT" repository = "https://github.com/Psychedelic/ic-kit" [target."cfg(not(target_family = \"wasm\"))".dependencies.futures] version = "0.3" [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1.20" features = ["sync"]