# 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" rust-version = "1.79" name = "ic-websocket-cdk" version = "0.4.1" build = false exclude = ["**/*.did"] autobins = false autoexamples = false autotests = false autobenches = false description = "IC Websocket Canister Development Kit" homepage = "https://docs.rs/ic-websocket-cdk" documentation = "https://docs.rs/ic-websocket-cdk" readme = "README.md" license = "MIT" repository = "https://github.com/omnia-network/ic-websocket-cdk-rs" [package.metadata.docs.rs] default-target = "wasm32-unknown-unknown" [lib] name = "ic_websocket_cdk" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.candid] version = "0.10" [dependencies.ic-cdk] version = "0.16" [dependencies.ic-cdk-timers] version = "0.10" [dependencies.ic-certification] version = "2.6" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_cbor] version = "0.11" [dependencies.sha2] version = "0.10" [dev-dependencies.ic-agent] version = "0.39" features = ["ring"] [dev-dependencies.ic-certificate-verification] version = "2.6" [dev-dependencies.lazy_static] version = "1.5" [dev-dependencies.pocket-ic] version = "5.0" [dev-dependencies.proptest] version = "1.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.ring] version = "0.17"