# 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 = "fadroma" version = "0.8.8" authors = [ "Adam A. ", "Asparuh Kamenov ", "denismaxim0v ", "Chris Ricketts ", "Tibor Hudik ", "Wiz1991 ", "hydropump3 <3ki2fiay@anonaddy.me>", "Itzik ", ] description = "Tools and frequently used functionality for developing CosmWasm smart contracts" readme = "README.md" keywords = [ "blockchain", "cosmos", "cosmwasm", "smart-contract", ] license = "AGPL-3.0" repository = "https://github.com/hackbg/fadroma" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] path = "lib.rs" [[bench]] name = "bench_main" harness = false [dependencies.anyhow] version = "1.0.65" optional = true [dependencies.bech32] version = "0.9.1" optional = true [dependencies.fadroma-derive-canonize] version = "0.3.5" [dependencies.fadroma-derive-serde] version = "0.3.0" [dependencies.fadroma-dsl] version = "0.8.0" [dependencies.fadroma-proc-auth] version = "0.1.1" [dependencies.oorandom] version = "11.1.3" optional = true [dependencies.primitive-types] version = "0.9.1" optional = true default-features = false [dependencies.rand_chacha] version = "0.3.1" optional = true default-features = false [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dependencies.remain] version = "0.2.6" optional = true [dependencies.ripemd] version = "0.1.3" optional = true [dependencies.schemars] version = "0.8.11" [dependencies.secret-cosmwasm-std] version = "1.1.10" features = ["random"] optional = true default-features = false [dependencies.serde] version = "1.0.114" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10.6" optional = true default-features = false [dependencies.subtle] version = "2.4.1" optional = true default-features = false [dependencies.time] version = "0.3.17" optional = true [dev-dependencies.bincode2] version = "2.0.1" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.proptest] version = "1.1.0" [features] crypto = [ "rand_core", "rand_chacha", "sha2", ] ensemble = [ "oorandom", "anyhow", ] ensemble-staking = [ "ensemble", "time/formatting", "staking", ] permit = [ "scrt", "ripemd", "sha2", "remain", "bech32", ] scrt = ["secret-cosmwasm-std"] snip20 = [ "scrt", "permit", "vk", ] staking = ["secret-cosmwasm-std/staking"] vk = [ "scrt", "crypto", "subtle", ] [target."cfg(not(target_arch=\"wasm32\"))".dependencies.secret-cosmwasm-std] version = "1.1.10" features = [ "iterator", "random", ] optional = true default-features = false