loterra 2.0.0

LoTerra is a smart contract lottery on Terra Luna Blockchain, a self-executing contract in which the terms of the agreement between the Player and the Lottery are written directly in lines of code.
Documentation
[dependencies.cosmwasm-std]
features = ["iterator"]
version = "0.14.0"

[dependencies.cosmwasm-storage]
features = ["iterator"]
version = "0.14.0"

[dependencies.cw-storage-plus]
features = ["iterator"]
version = "0.6.0"

[dependencies.cw20]
version = "0.6.2"

[dependencies.hex]
version = "0.4.2"

[dependencies.loterra-staking-contract]
features = ["library"]
version = "2.0.2"

[dependencies.schemars]
version = "0.8.1"

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

[dependencies.terra-cosmwasm]
version = "2.0.0"

[dependencies.terrand]
version = "2.0.0"

[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.cosmwasm-schema]
version = "0.14.0"

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

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

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

[package]
authors = ["0xantman <antho74830@gmail.com>"]
description = "LoTerra is a smart contract lottery on Terra Luna Blockchain, a self-executing contract in which the terms of the agreement between the Player and the Lottery are written directly in lines of code."
edition = "2018"
exclude = ["contract.wasm", "hash.txt"]
license = "MIT OR Apache-2.0"
name = "loterra"
repository = "https://github.com/LoTerra/loterra-contract"
version = "2.0.0"
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = true
panic = "abort"
rpath = false