# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mirror-protocol" version = "2.1.1" authors = ["Terraform Labs, PTE."] description = "Common helpers for mirror-protocol" homepage = "https://mirror.finance" documentation = "https://docs.mirror.finance" license = "Apache-2.0" repository = "https://github.com/mirror-protocol/mirror-contracts" [profile.release] overflow-checks = true [dependencies.cosmwasm-std] version = "0.16.0" features = ["iterator"] default-features = false [dependencies.cosmwasm-storage] version = "0.16.0" features = ["iterator"] default-features = false [dependencies.cw20] version = "0.8.0" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.terraswap] version = "2.4.0" [features] backtraces = ["cosmwasm-std/backtraces"]