# 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.75.0" name = "ibc-app-nft-transfer" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, contains the implementation of the ICS-721 Non-Fungible Token Transfer application logic and re-exports essential data structures and domain types from `ibc-app-nft-transfer-types` crate. """ readme = "README.md" keywords = [ "cosmos", "ibc", "nft", "transfer", "ics721", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_app_nft_transfer" path = "src/lib.rs" [dependencies.ibc-app-nft-transfer-types] version = "0.56.0" default-features = false [dependencies.ibc-core] version = "0.56.0" default-features = false [dependencies.serde-json] version = "1.0.1" optional = true default-features = false package = "serde-json-wasm" [features] borsh = [ "ibc-app-nft-transfer-types/borsh", "ibc-core/borsh", ] default = ["std"] parity-scale-codec = [ "ibc-app-nft-transfer-types/parity-scale-codec", "ibc-core/parity-scale-codec", ] schema = [ "ibc-app-nft-transfer-types/schema", "ibc-core/schema", "serde", "std", ] serde = [ "ibc-app-nft-transfer-types/serde", "ibc-core/serde", "dep:serde-json", ] std = [ "ibc-app-nft-transfer-types/std", "ibc-core/std", "serde-json/std", ]