[package] name = "candy-rs" version = "0.1.0" edition = "2021" authors = ["IT-Union DAO", "Andrei Dunai"] repository = "https://github.com/IT-Union-DAO/candy-rs" license = "MIT" readme = "README.md" description = "ICP data types wrappers and additional functions" keywords = ["icp", "motoko", "dfinity", "canisters", "dfx"] include = ["src/", "LICENSE", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] candid = "0.8.4" hex = "0.4.3" ic-cdk = "0.7.3" num-bigint = "0.4.3" num-traits = "0.2.15" serde = "1.0.160" serde_json = "1.0.93" [dev-dependencies] pretty_assertions = "1.3.0"