# 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_core" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interchain SDK Core" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-sdk" [lib] name = "ixc_core" path = "src/lib.rs" [dependencies.allocator-api2] version = "0.2.18" [dependencies.constcat] version = "0.5.1" [dependencies.ixc_core_macros] version = "0.0.4" [dependencies.ixc_message_api] version = "0.0.4" [dependencies.ixc_schema] version = "0.0.4" [features] default = ["std"] std = [] [lints.rust] missing_docs = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" private_intra_doc_links = "deny"