# 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 = "secret-toolkit-serialization" version = "0.10.2" authors = ["SCRT Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper types for serialization in Secret Contracts" readme = "Readme.md" keywords = [ "secret-network", "secret-contracts", "secret-toolkit", ] categories = [ "cryptography::cryptocurrencies", "wasm", ] license-file = "LICENSE" repository = "https://github.com/scrtlabs/secret-toolkit" [package.metadata.docs.rs] all-features = true [lib] name = "secret_toolkit_serialization" path = "src/lib.rs" [dependencies.bincode2] version = "2.0.1" optional = true [dependencies.cosmwasm-std] version = "1.1.11" features = ["random"] package = "secret-cosmwasm-std" [dependencies.schemars] version = "0.8.11" optional = true [dependencies.serde] version = "1.0" [dev-dependencies.cosmwasm-schema] version = "1.0" [dev-dependencies.serde_json] version = "1" [features] base64 = ["schemars"] default = [ "json", "bincode2", "base64", ] json = []