# 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 = "cw-boolean-contract" version = "0.1.4" authors = ["Mike Purvis @mikedotexe"] description = "Simple CosmWasm contract that stores and returns a boolean" readme = "README.md" keywords = [ "cosmwasm", "smart-contracts", "interchain", "cosmos", "blockchain", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mikedotexe/cw-boolean-contract" [package.metadata.scripts] optimize-m1 = """ docker run --rm -v \"$(pwd)\":/code --mount type=volume,source=\"$(basename \"$(pwd)\")_cache\",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer-arm64:0.12.13 """ optimize = """ docker run --rm -v \"$(pwd)\":/code --mount type=volume,source=\"$(basename \"$(pwd)\")_cache\",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer:0.12.13 """ schema = "cargo +nightly run --bin make-schema" unit-test = "cargo +nightly test --lib" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "make-schema" path = "schema-maker/schema.rs" [dependencies.cosmwasm-schema] version = "1.2" [dependencies.cosmwasm-std] version = "1.2" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw2] version = "1.0.1" [dependencies.mod-sdk] version = "1.0.3" [dependencies.schemars] version = "0.8.11" [dependencies.thiserror] version = "1.0.37" [dev-dependencies] [features] backtraces = ["cosmwasm-std/backtraces"] library = []