# 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" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interchain SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-sdk" [profile.release] lto = true [lib] name = "ixc" path = "src/lib.rs" doctest = false [[example]] name = "bank" path = "examples/bank.rs" [[example]] name = "counter" path = "examples/counter.rs" [[example]] name = "simple_asset" path = "examples/simple_asset.rs" [[example]] name = "vesting" path = "examples/vesting.rs" [dependencies.array-concat] version = "0.5.3" [dependencies.constcat] version = "0.5.1" [dependencies.ixc_core] version = "0.0.4" [dependencies.ixc_core_macros] version = "0.0.4" [dependencies.ixc_message_api] version = "0.0.4" [dependencies.ixc_schema] version = "0.0.4" features = ["use_ixc_macro_path"] [dependencies.ixc_schema_macros] version = "0.0.3" features = ["use_ixc_macro_path"] [dependencies.simple_time] version = "0.0.2" [dependencies.state_objects] version = "0.0.4" [dependencies.state_objects_macros] version = "0.0.3" [dev-dependencies.arrayvec] version = "0.7.6" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.num_enum] version = "0.7.3" [dev-dependencies.thiserror] version = "1.0.63" [features] default = [] [lints.rust] missing_docs = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" private_intra_doc_links = "deny"