mars-params 1.0.1

Contract storing the asset params for Rover and Red Bank.
Documentation
[dependencies.cosmwasm-schema]
version = "1.2.2"

[dependencies.cosmwasm-std]
version = "1.2.2"

[dependencies.cw-storage-plus]
version = "1.0.1"

[dependencies.cw2]
version = "1.0.1"

[dependencies.mars-owner]
features = ["emergency-owner"]
version = "1.0.0"

[dependencies.mars-red-bank-types]
version = "1.0.0"

[dependencies.mars-utils]
version = "1.0.0"

[dependencies.schemars]
version = "0.8.12"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.155"

[dependencies.thiserror]
version = "1.0.39"
[dev-dependencies.anyhow]
version = "1.0.69"

[dev-dependencies.cw-multi-test]
version = "0.16.2"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Gabe R. <gabe.r@delphilabs.io>", "Larry Engineer <larry@delphidigital.io>", "Piotr Babel <piotr@delphilabs.io>", "Brianna M. <brianna@delphilabs.io>"]
description = "Contract storing the asset params for Rover and Red Bank."
documentation = "https://docs.marsprotocol.io/"
edition = "2021"
homepage = "https://marsprotocol.io"
keywords = ["mars", "cosmos", "cosmwasm"]
license = "GPL-3.0-or-later"
name = "mars-params"
readme = "README.md"
repository = "https://github.com/mars-protocol/mars-common"
resolver = "1"
version = "1.0.1"