# 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] name = "cauuu" version = "0.1.1" authors = ["Refractedlabs hello@refractedlabs.com"] description = "A SDK for the cauuu staking contracts" homepage = "https://pryzm.zone" license = "GPL-3.0" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [dependencies.cosmwasm-schema] version = "1.5.0" [dependencies.cosmwasm-std] version = "1.0" features = ["staking"] [dependencies.cosmwasm-storage] version = "1.0.0" [dependencies.cw-controllers] version = "0.14.0" [dependencies.cw-storage-plus] version = "0.13" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.20" [dev-dependencies.cosmwasm-vm] version = "0.16.0" default-features = false [features] backtraces = ["cosmwasm-std/backtraces"]