# 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 = "cml-cip25" version = "6.0.1" authors = ["dcSpark"] description = "Multiplatform SDK for CIP25 Cardano NFT Metadata functionality" documentation = "https://github.com/dcSpark/cardano-multiplatform-lib/docs" readme = "README.md" keywords = [ "cardano", "cip25", ] license = "MIT" repository = "https://github.com/dcSpark/cardano-multiplatform-lib" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cbor_event] version = "2.2.0" [dependencies.cml-chain] version = "6.0.1" [dependencies.cml-core] version = "6.0.1" [dependencies.cml-crypto] version = "6.0.1" [dependencies.hex] version = "0.4.0" [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0.37" [dependencies.wasm-bindgen] version = "0.2.87"