# 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" version = "0.0.1" include = [ "candid/*.did", "examples/*.rs", "src/**/*.rs", "Cargo.toml", "README.md", ] description = "Collection of ICRC Packages" homepage = "https://github.com/internet-computer" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/internet-computer/icrc" [dependencies.candid] version = "0.10.9" [dependencies.ic-cdk] version = "0.15.0" [dependencies.ic-cdk-macros] version = "0.15.0" [dependencies.icrc-ledger-types] version = "0.1.5" [dependencies.num-bigint] version = "0.4.6" [dependencies.num-traits] version = "0.2.19" [dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.candid_parser] version = "0.1.4"