# 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 = "vortex-common" version = "0.3.1" description = "Interface messages and data struct of Vortex protocol contracts" readme = "README.md" license = "Apache-2.0" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] doctest = false [dependencies.base64] version = "0.13.0" [dependencies.cosmwasm-std] version = "1.0.0-beta5" [dependencies.cosmwasm-storage] version = "1.0.0-beta5" [dependencies.cw-storage-plus] version = "0.13.2" [dependencies.cw2] version = "0.13.2" [dependencies.cw20] version = "0.13.2" [dependencies.forward_ref] version = "1" [dependencies.schemars] version = "0.8.3" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0.127" features = ["derive"] default-features = false [dependencies.serde-json-wasm] version = "0.4.1" [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.thiserror] version = "1.0.26" [dev-dependencies.cosmwasm-schema] version = "1.0.0-beta5"