# 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 = "cap-sdk" version = "0.2.4" description = "An SDK for implementing Cap support within your IC canister." homepage = "https://github.com/Psychedelic/cap" documentation = "https://crates.io/cap-sdk" readme = "../README.md" license = "GPL-3.0" repository = "https://github.com/Psychedelic/cap" [lib] doctest = false [dependencies.async-stream] version = "0.3" [dependencies.candid] version = "0.7" [dependencies.cap-sdk-core] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.ic-cdk] version = "0.5" [dependencies.ic-kit] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.serde] version = "1.0.116" [dependencies.thiserror] version = "1" [target."cfg(not(target_family = \"wasm\"))".dependencies.async-std] version = "1.10.0" features = ["attributes"]