# 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 = "candy-rs" version = "0.1.0" authors = [ "IT-Union DAO", "Andrei Dunai", ] include = [ "src/", "LICENSE", "README.md", ] description = "ICP data types wrappers and additional functions" readme = "README.md" keywords = [ "icp", "motoko", "dfinity", "canisters", "dfx", ] license = "MIT" repository = "https://github.com/IT-Union-DAO/candy-rs" [dependencies.candid] version = "0.8.4" [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.7.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.93" [dev-dependencies.pretty_assertions] version = "1.3.0"