provwasm-tutorial 0.1.2

A simple smart contract used for testing inside of the Provenance blockchain
Documentation
[dependencies.cosmwasm-std]
default-features = false
version = "1.0.0-beta5"

[dependencies.cosmwasm-storage]
version = "1.0.0-beta5"

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

[dependencies.cw2]
version = "0.8.1"

[dependencies.provwasm-std]
version = "1.0.0-beta2"

[dependencies.schemars]
version = "0.8.3"

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

[dependencies.thiserror]
version = "1.0.26"
[dev-dependencies.cosmwasm-schema]
version = "1.0.0-beta5"

[dev-dependencies.provwasm-mocks]
version = "1.0.0-beta2"

[features]
backtraces = []

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

[package]
authors = ["fkneeland <fkneeland@figure.com>"]
description = "A simple smart contract used for testing inside of the Provenance blockchain"
edition = "2018"
exclude = ["contract.wasm", "hash.txt"]
license = "Apache-2.0"
name = "provwasm-tutorial"
repository = "https://github.com/provenance-io/fkneeland-figure/smart-contract-tutorial"
version = "0.1.2"
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = true
panic = "abort"
rpath = false