# 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.71.1" name = "ibc-apps" version = "0.53.0" authors = ["Informal Systems "] description = """ Maintained by `ibc-rs`, re-exports a comprehensive set of libraries that implement various IBC applications, enabling smooth integration of IBC business logic into any blockchain system. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "applications", "token-transfer", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [dependencies.ibc-app-nft-transfer] version = "0.53.0" features = [ "std", "serde", "schema", "borsh", "parity-scale-codec", ] optional = true default-features = false [dependencies.ibc-app-transfer] version = "0.53.0" default-features = false [features] borsh = ["ibc-app-transfer/borsh"] default = ["std"] nft-transfer = ["ibc-app-nft-transfer"] parity-scale-codec = ["ibc-app-transfer/parity-scale-codec"] schema = [ "ibc-app-transfer/schema", "serde", "std", ] serde = ["ibc-app-transfer/serde"] std = [ "ibc-app-transfer/std", "nft-transfer", ]