# 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 = "monetary" version = "0.0.9" authors = ["Amit Prasad"] description = "Compile-time type-checked monetary operations" license = "Apache-2.0" repository = "https://github.com/EntropicLabs/cw-safety" resolver = "1" [dependencies.cosmwasm-std] version = ">=1, <3" features = ["std"] [dependencies.monetary-macros] version = "0.0.9" [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.serde-json-wasm] version = "1.0.1" [features] default = [ "serde", "schemars", ] schemars = [ "dep:schemars", "monetary-macros/schemars", ] serde = [ "dep:serde", "monetary-macros/serde", ]