[package] name = "icrc-ledger-types" version = "0.1.6" description = "Types for interacting with DFINITY's implementation of the ICRC-1 fungible token standard." license = "Apache-2.0" readme = "README.md" include = ["src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"] repository = "https://github.com/dfinity/ic" authors.workspace = true edition.workspace = true documentation.workspace = true [dependencies] base32 = "0.4.0" candid = { workspace = true } crc32fast = "1.2.0" hex = { workspace = true } itertools = { workspace = true } num-bigint = { workspace = true } num-traits = { workspace = true } serde = { workspace = true } serde_bytes = { workspace = true } sha2 = { workspace = true } strum = { workspace = true} time = { workspace = true } [dev-dependencies] assert_matches = { workspace = true } hex = { workspace = true } proptest = "1.0.0"