# 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 = "desmos-bindings" version = "3.0.0" authors = [ "Leonardo Bragagnolo ", "Paul Chen ", "Manuel Turetta ", ] description = "CosmWasm bindings to custom Desmos features" homepage = "https://www.desmos.network" readme = "README.md" keywords = [ "social-networks", "blockchain", "smart-contracts", "desmos", "cryptocurrency", ] license = "Apache-2.0" repository = "https://github.com/desmos-labs/desmos-bindings" [package.metadata.docs.rs] all-features = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" default-features = false [dependencies.cosmwasm-schema] version = "1.5.0" [dependencies.cosmwasm-std] version = "1.5.0" features = ["stargate"] [dependencies.desmos-mock] version = "3.0.0" [dependencies.desmos-std-derive] version = "3.0.0" [dependencies.prost] version = "0.12.1" features = ["prost-derive"] default-features = false [dependencies.prost-types] version = "0.12.1" default-features = false [dependencies.schemars] version = "0.8.15" [dependencies.serde] version = "1.0.192" features = ["derive"] default-features = false [dependencies.serde-cw-value] version = "0.7.0" [dependencies.strum_macros] version = "0.25.3" [features] default = [ "profiles", "subspaces", "posts", "relationships", "reports", "reactions", "tokenfactory", ] iterators = [] posts = [] profiles = [] reactions = [] relationships = [] reports = [] subspaces = [] tokenfactory = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cw-multi-test] version = "0.18.0"