# 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 = "dexter-router" version = "1.1.0" authors = ["Persistence Labs"] description = "A router contract - provides multi-step operations to facilitate single sign operation" license = "MIT" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.const_format] version = "0.2.30" [dependencies.cosmwasm-schema] version = "1.5.0" [dependencies.cosmwasm-std] version = "1.5.0" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw2] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.cw20-base] version = "1.0.1" features = ["library"] [dependencies.dexter] version = "1.4.0" default-features = false [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.serde-json-wasm] version = "0.5.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.cw-multi-test] version = "0.16.2" [dev-dependencies.cw20] version = "1.0.1" [features] backtraces = ["cosmwasm-std/backtraces"]