# 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 = "certified-vars" version = "0.1.4" authors = ["Parsa Ghadimi "] include = [ "src", "Cargo.toml", "README.md", ] description = "Certified variable friendly data structures for the Internet Computer." homepage = "https://docs.rs/certified-vars" documentation = "https://docs.rs/certified-vars" keywords = [ "internet-computer", "canister", "cdk", "fleek", ] categories = ["data-structures"] license = "GPL-3.0" repository = "https://github.com/Psychedelic/certified-vars" [dependencies.candid] version = "0.7" [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.5" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_cbor] version = "0.11.2" [dependencies.sha2] version = "0.9.8"