# 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" rust-version = "1.73" name = "concordium-cis2" version = "6.2.0" authors = ["Concordium "] description = "A collection of types for implementing CIS-2 Concordium Token Standard." homepage = "https://github.com/Concordium/concordium-rust-smart-contracts/" readme = "./README.md" license = "MPL-2.0" repository = "https://github.com/Concordium/concordium-rust-smart-contracts/" [package.metadata.docs.rs] features = [ "std", "u256_amount", "serde", ] rustc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-unknown-unknown"] [profile.release] opt-level = "s" [lib] crate-type = ["rlib"] [dependencies.concordium-contracts-common] version = "9.0" optional = true default-features = false [dependencies.concordium-std] version = "10.0" default-features = false [dependencies.primitive-types] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [features] default = ["std"] serde = [ "dep:serde", "concordium-contracts-common/derive-serde", "primitive-types/impl-serde", ] std = ["concordium-std/std"] u256_amount = []