# 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 = "nois" version = "2.0.0" description = "The Nois standard library" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/noislabs/nois" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "2.0.3" [dependencies.cosmwasm-std] version = "2.0.3" [dependencies.hex] version = "0.4" [dependencies.js-sys] version = "0.3.60" optional = true [dependencies.rand] version = "0.8.4" default-features = false [dependencies.rand_xoshiro] version = "0.6.0" default-features = false [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10.3" default-features = false [dependencies.thiserror] version = "1.0.23" [dependencies.wasm-bindgen] version = "0.2.83" optional = true [dependencies.xxhash-rust] version = "0.8.5" features = ["xxh3"] [dev-dependencies.hex-literal] version = "0.3.4" [features] js = [ "wasm-bindgen", "js-sys", ]