[package] name = "nym-types" version = "1.0.0" description = "Nym common types" authors.workspace = true edition = "2021" rust-version = "1.58" license.workspace = true [dependencies] base64 = "0.21.4" eyre = "0.6.5" hmac = "0.12.1" itertools = "0.11" log = { workspace = true } reqwest = { workspace = true } schemars = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = { workspace = true } sha2 = "0.10.8" strum = { version = "0.25", features = ["derive"] } thiserror = { workspace = true } ts-rs = { workspace = true } url = { workspace = true } x25519-dalek = { version = "2.0.0", features = ["static_secrets"] } cosmwasm-std = { workspace = true } cosmrs = { workspace = true } nym-validator-client = { path = "../../common/client-libs/validator-client" } nym-mixnet-contract-common = { path = "../../common/cosmwasm-smart-contracts/mixnet-contract" } nym-vesting-contract-common = { path = "../../common/cosmwasm-smart-contracts/vesting-contract" } nym-config = { path = "../../common/config" } nym-coconut-interface = { path = "../../common/coconut-interface" } nym-crypto = { path = "../../common/crypto", features = ["asymmetric"] } [dev-dependencies] tempfile = "3.3.0" [features] default = [] generate-ts = ["nym-mixnet-contract-common/generate-ts"]