# 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.62" name = "nym-mixnet-contract-common" version = "0.7.0" authors = ["Nym Technologies SA"] description = "Common library for the Nym mixnet contract" license = "Apache-2.0" repository = "https://github.com/nymtech/nym" [dependencies.bs58] version = "0.4.0" [dependencies.contracts-common] version = "0.6.0" package = "nym-contracts-common" [dependencies.cosmwasm-std] version = "=1.2.5" [dependencies.humantime-serde] version = "1.1.1" [dependencies.log] version = "0.4" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-json-wasm] version = "=0.4.1" [dependencies.serde_repr] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3.6" features = [ "parsing", "formatting", ] [dependencies.ts-rs] version = "6.1.2" optional = true [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.time] version = "0.3.5" features = [ "serde", "macros", ] [features] contract-testing = [] default = [] generate-ts = ["ts-rs"]