# 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" rust-version = "1.65.0" name = "andromeda-modules" version = "1.0.0" description = "Utility methods and message definitions for the Andromeda Module Contracts" readme = "README.md" license = "MIT" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.andromeda-std] version = "1.0.0" features = ["module_hooks"] default-features = false [dependencies.cosmwasm-schema] version = "1.5.2" [dependencies.cosmwasm-std] version = "1.5.2" [dependencies.cw-utils] version = "1.0.3" [dependencies.cw721] version = "0.18.0" [dependencies.cw721-base] version = "0.18.0" features = ["library"] [dependencies.serde] version = "1.0.127" features = ["derive"] default-features = false [features] backtraces = ["cosmwasm-std/backtraces"]