# 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 = "2018" name = "cap-standards" version = "0.2.0" description = "A collection of transaction standards that can be used with Cap." homepage = "https://github.com/Psychedelic/cap" documentation = "https://crates.io/cap_standards" readme = "../../README.md" license = "GPL-3.0" repository = "https://github.com/Psychedelic/cap" [dependencies.bincode] version = "1" [dependencies.candid] version = "0.7" [dependencies.cap-sdk] version = "0.2" optional = true [dependencies.ic-cdk] version = "0.5" [dependencies.ic-cdk-macros] version = "0.5" [dependencies.num-bigint] version = "0.4" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [features] alpha-dip20 = ["num-bigint"] alpha-dip20-dank = ["alpha-dip20"] alpha-dip721 = [] alpha-xtc = [] default = ["sdk-impls"] sdk-impls = ["cap-sdk"]