# 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-stable-memory" version = "0.4.4" authors = ["Александр Втюрин "] description = "Internet Computer's stable memory collections and tools" readme = "./README.md" keywords = [ "dfinity", "internet-computer", "ic", "stable-memory", "collections", ] license = "MIT" [lib] path = "./src/lib.rs" [dependencies.candid] version = "0.8.4" [dependencies.ic-cdk] version = "0.7.3" [dependencies.ic-stable-memory-derive] version = "0.4.2" [dependencies.num-bigint] version = "0.4.3" [dependencies.serde] version = "1.0.152" [dependencies.serde_bytes] version = "0.11.9" [dependencies.sha2] version = "0.10.6" [dependencies.zwohash] version = "0.1.2" [dev-dependencies.candid_derive] version = "0.6.0" [dev-dependencies.ic-cdk-macros] version = "0.6.8" [dev-dependencies.ic-certified-map] version = "0.3.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_test] version = "1.0.152" [features] custom_dyn_encoding = []