# 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 = "ixc_schema" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interchain SDK Schema" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-sdk" [lib] name = "ixc_schema" path = "src/lib.rs" [dependencies.allocator-api2] version = "0.2.18" [dependencies.bumpalo] version = "3.16.0" features = ["allocator-api2"] optional = true [dependencies.ixc_message_api] version = "0.0.4" [dependencies.ixc_schema_macros] version = "0.0.3" [dependencies.num_enum] version = "0.7.3" [dependencies.simple_time] version = "0.0.2" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.proptest-derive] version = "0.5.0" [features] bumpalo = ["dep:bumpalo"] default = ["std"] std = [] use_ixc_macro_path = [] [lints.rust] missing_docs = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" private_intra_doc_links = "deny"