# 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 = "nym-mixnet-contract" version = "1.4.0" authors = ["Nym Technologies SA"] exclude = [ "contract.wasm", "hash.txt", "artifacts", ] description = "Nym mixnet contract" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/nymtech/nym" resolver = "1" [profile.release] overflow-checks = true [lib] name = "mixnet_contract" crate-type = [ "cdylib", "rlib", ] [dependencies.bs58] version = "0.4.0" [dependencies.cosmwasm-derive] version = "=1.0.0" [dependencies.cosmwasm-std] version = "=1.0.0" [dependencies.cosmwasm-storage] version = "=1.0.0" [dependencies.cw-storage-plus] version = "=0.13.4" [dependencies.cw2] version = "=0.13.4" [dependencies.mixnet-contract-common] version = "0.5.0" package = "nym-mixnet-contract-common" [dependencies.nym-contracts-common] version = "0.4.0" [dependencies.schemars] version = "0.8" [dependencies.semver] version = "1.0.16" default-features = false [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.23" [dependencies.time] version = "0.3" features = ["macros"] [dependencies.vesting-contract-common] version = "0.6.0" package = "nym-vesting-contract-common" [dev-dependencies.cosmwasm-schema] version = "=1.0.0" [dev-dependencies.rand_chacha] version = "0.2" [build-dependencies.vergen] version = "=7.4.3" features = [ "build", "git", "rustc", ] default-features = false [features] contract-testing = ["mixnet-contract-common/contract-testing"] default = []