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