# 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 = "hmip20" version = "0.1.1" authors = [ "Dao lang ", "NERVER", ] exclude = [ "contract.wasm", "hash.txt", ] description = "Hermit incentive contract" readme = "README.md" license = "Apache-2.0" [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", ] [dependencies.base64] version = "0.12.3" [dependencies.bincode2] version = "2.0.1" [dependencies.cosmwasm-std] version = "0.10.1" package = "secret-cosmwasm-std" [dependencies.cosmwasm-storage] version = "0.10" package = "secret-cosmwasm-storage" [dependencies.hermit-toolkit-permit] version = "0.1.0" [dependencies.hermit-toolkit-serialization] version = "0.1.0" [dependencies.hermit-toolkit-storage] version = "0.1.0" [dependencies.hermit-toolkit-utils] version = "0.1.0" [dependencies.rand_chacha] version = "0.2.2" default-features = false [dependencies.rand_core] version = "0.5.1" default-features = false [dependencies.schemars] version = "0.7" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.sha2] version = "0.9.1" default-features = false [dependencies.snafu] version = "0.6.3" [dependencies.subtle] version = "2.2.3" default-features = false [dev-dependencies.cosmwasm-schema] version = "0.9.2" [features] backtraces = ["cosmwasm-std/backtraces"]