# 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 = "icrc-ledger-types" version = "0.1.6" authors = ["The Internet Computer Project Developers"] include = [ "src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md", ] description = "Types for interacting with DFINITY's implementation of the ICRC-1 fungible token standard." documentation = "https://internetcomputer.org/docs/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dfinity/ic" [dependencies.base32] version = "0.4.0" [dependencies.candid] version = "0.10.6" [dependencies.crc32fast] version = "1.2.0" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.itertools] version = "0.12.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.num-traits] version = "0.2.12" features = ["libm"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_bytes] version = "0.11.14" [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.time] version = "0.3.36" features = ["formatting"] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.hex] version = "0.4.3" features = ["serde"] [dev-dependencies.proptest] version = "1.0.0"