# 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 = "canister-tools" version = "0.2.3" authors = ["Levi Feldman "] description = "Tools for the canisters on the internet-computer, featuring simple upgrades and data safety state snapshot upload/download features." readme = "README.md" keywords = [ "internet-computer", "canister", "upgrade", "tools", "data-management", ] categories = [ "cryptography::cryptocurrencies", "data-structures", "memory-management", "rust-patterns", "wasm", ] license-file = "LICENSE.txt" repository = "https://github.com/levifeldman/canister-tools" [dependencies.candid] version = "0.10.3" [dependencies.ic-cdk] version = "0.12.0" [dependencies.ic-stable-structures] version = "0.6.2" [dependencies.serde] version = "1.0.193" [dependencies.serde_bytes] version = "0.11.9"