# 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 = "nibiru-std" version = "0.2.0" authors = ["Unique Divine "] description = "Nibiru Chain standard library for CosmWasm smart contracts" homepage = "https://github.com/NibiruChain/cw-nibiru" documentation = "https://docs.rs/nibiru-std" license-file = "LICENSE" repository = "https://github.com/NibiruChain/cw-nibiru" [dependencies.anyhow] version = "1" [dependencies.cosmwasm-schema] version = "2.0.2" [dependencies.cosmwasm-std] version = "2.0.2" features = [ "stargate", "staking", ] [dependencies.prost] version = "0.12.3" [dependencies.prost-types] version = "0.12.3" [dependencies.serde] version = "1.0.189" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [features] default = []