# 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 = "ic_scalable_canister" version = "0.3.1" description = "Template for scalable child canister" readme = "README.md" license = "MIT" [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies.candid] version = "0.9.8" [dependencies.ciborium] version = "0.2.1" [dependencies.ic-cdk] version = "0.11.0" [dependencies.ic-stable-structures] version = "0.6.0" [dependencies.ic_scalable_misc] version = "1.0.2" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0.79"