# 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 = "erc-nft-metadata" version = "0.1.1" description = "Type definitions for non-fungible token (NFT) metadata" readme = "README.md" keywords = [ "erc-1155", "erc-721", "nft", "metadata", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/wanderers-nft/nft-metadata-rs" resolver = "2" [dependencies.hex] version = "0.4.3" [dependencies.rgb] version = "0.8.33" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.url] version = "2.2.2" [dev-dependencies.serde_json] version = "1.0.82" [features] serde = [ "dep:serde", "url/serde", "hex/serde", ]