# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "terrand" version = "3.2.2" authors = ["0xantman "] exclude = ["contract.wasm", "hash.txt"] description = "Terrand is an oracle smart contract to get distributed randomness beacon. Verifiable, unpredictable and unbiased random numbers as a service." homepage = "https://docs.terrand.dev" license = "MIT" repository = "https://github.com/LoTerra/terrand-contract-step1" [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.cosmwasm-std] version = "0.16.0" features = ["iterator"] [dependencies.cosmwasm-storage] version = "0.16.0" features = ["iterator"] [dependencies.cw-storage-plus] version = "0.9.1" features = ["iterator"] [dependencies.fff] version = "0.2.0" [dependencies.groupy] version = "0.3.0" [dependencies.hex] version = "0.4" optional = true [dependencies.paired] version = "0.21" [dependencies.schemars] version = "0.8.6" [dependencies.serde] version = "1.0.130" features = ["derive"] default-features = false [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0.29" [dependencies.wasm-bindgen] version = "0.2.67" optional = true [dev-dependencies.cosmwasm-schema] version = "0.16.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.3.1" [features] backtraces = ["cosmwasm-std/backtraces"] library = []