# 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 = "mars-params" version = "1.0.7" authors = [ "Gabe R. ", "Larry Engineer ", "Piotr Babel ", "Spike Spiegel ", "Brianna M. ", "Ahmad Kaouk", "Harry Scholes", ] description = "Contract storing the asset params for Credit Manager and Red Bank." homepage = "https://marsprotocol.io" documentation = "https://docs.marsprotocol.io/" readme = "README.md" keywords = [ "mars", "cosmos", "cosmwasm", ] license = "GPL-3.0-or-later" repository = "https://github.com/mars-protocol/red-bank" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.2.6" [dependencies.cosmwasm-std] version = "1.2.6" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw2] version = "1.1.0" [dependencies.mars-owner] version = "1.2.0" features = ["emergency-owner"] [dependencies.mars-utils] version = "1.0.0" [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.163" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.40" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.cw-multi-test] version = "0.16.5" [features] backtraces = ["cosmwasm-std/backtraces"] library = []