# 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.75.0" name = "ic-ledger-types" version = "0.14.0" authors = ["DFINITY Stiftung "] include = [ "src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md", ] description = "Types for interacting with the ICP ledger canister." homepage = "https://docs.rs/ic-ledger-types" documentation = "https://docs.rs/ic-ledger-types" readme = "README.md" keywords = [ "internet-computer", "ledger", ] categories = [ "cryptography::cryptocurrencies", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/dfinity/cdk-rs" [dependencies.candid] version = "0.10.4" [dependencies.crc32fast] version = "1.2.0" [dependencies.hex] version = "0.4" [dependencies.ic-cdk] version = "0.17.0" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.10"