|
|
|
@@ -212,7 +212,7 @@ edition = "2024"
|
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
rust-version = "1.87.0"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
version = "1.21.0"
|
|
|
|
|
version = "1.21.1"
|
|
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
|
addr = "0.15.6"
|
|
|
|
@@ -407,7 +407,6 @@ utoipa-swagger-ui = "9.0.2"
|
|
|
|
|
utoipauto = "0.2"
|
|
|
|
|
uuid = "1.19.0"
|
|
|
|
|
vergen = { version = "=8.3.1", default-features = false }
|
|
|
|
|
vergen-gitcl = { version = "1.0.8", default-features = false }
|
|
|
|
|
walkdir = "2"
|
|
|
|
|
x25519-dalek = "2.0.0"
|
|
|
|
|
zeroize = "1.7.0"
|
|
|
|
@@ -430,115 +429,115 @@ libcrux-sha3 = "0.0.8"
|
|
|
|
|
libcrux-traits = "0.0.6"
|
|
|
|
|
|
|
|
|
|
# Workspace dep definitions required by crates.io publication - we need a workspace version since `cargo workspaces` doesn't work with path imports from crate manifests
|
|
|
|
|
nym-api-requests = { version = "1.21.0", path = "nym-api/nym-api-requests" }
|
|
|
|
|
nym-authenticator-requests = { version = "1.21.0", path = "common/authenticator-requests" }
|
|
|
|
|
nym-async-file-watcher = { version = "1.21.0", path = "common/async-file-watcher" }
|
|
|
|
|
nym-authenticator-client = { version = "1.21.0", path = "nym-authenticator-client" }
|
|
|
|
|
nym-bandwidth-controller = { version = "1.21.0", path = "common/bandwidth-controller" }
|
|
|
|
|
nym-bin-common = { version = "1.21.0", path = "common/bin-common" }
|
|
|
|
|
nym-cache = { version = "1.21.0", path = "common/nym-cache" }
|
|
|
|
|
nym-client-core = { version = "1.21.0", path = "common/client-core", default-features = false }
|
|
|
|
|
nym-client-core-config-types = { version = "1.21.0", path = "common/client-core/config-types" }
|
|
|
|
|
nym-client-core-gateways-storage = { version = "1.21.0", path = "common/client-core/gateways-storage" }
|
|
|
|
|
nym-client-core-surb-storage = { version = "1.21.0", path = "common/client-core/surb-storage" }
|
|
|
|
|
nym-client-websocket-requests = { version = "1.21.0", path = "clients/native/websocket-requests" }
|
|
|
|
|
nym-common = { version = "1.21.0", path = "common/nym-common" }
|
|
|
|
|
nym-compact-ecash = { version = "1.21.0", path = "common/nym_offline_compact_ecash" }
|
|
|
|
|
nym-config = { version = "1.21.0", path = "common/config" }
|
|
|
|
|
nym-contracts-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/contracts-common" }
|
|
|
|
|
nym-coconut-dkg-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/coconut-dkg" }
|
|
|
|
|
nym-credential-storage = { version = "1.21.0", path = "common/credential-storage" }
|
|
|
|
|
nym-credential-utils = { version = "1.21.0", path = "common/credential-utils" }
|
|
|
|
|
nym-credential-proxy-lib = { version = "1.21.0", path = "common/credential-proxy" }
|
|
|
|
|
nym-credentials = { version = "1.21.0", path = "common/credentials", default-features = false }
|
|
|
|
|
nym-credentials-interface = { version = "1.21.0", path = "common/credentials-interface" }
|
|
|
|
|
nym-credential-proxy-requests = { version = "1.21.0", path = "nym-credential-proxy/nym-credential-proxy-requests", default-features = false }
|
|
|
|
|
nym-credential-verification = { version = "1.21.0", path = "common/credential-verification" }
|
|
|
|
|
nym-crypto = { version = "1.21.0", path = "common/crypto", default-features = false }
|
|
|
|
|
nym-dkg = { version = "1.21.0", path = "common/dkg" }
|
|
|
|
|
nym-ecash-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/ecash-contract" }
|
|
|
|
|
nym-ecash-signer-check = { version = "1.21.0", path = "common/ecash-signer-check" }
|
|
|
|
|
nym-ecash-signer-check-types = { version = "1.21.0", path = "common/ecash-signer-check-types" }
|
|
|
|
|
nym-ecash-time = { version = "1.21.0", path = "common/ecash-time" }
|
|
|
|
|
nym-exit-policy = { version = "1.21.0", path = "common/exit-policy" }
|
|
|
|
|
nym-ffi-shared = { version = "1.21.0", path = "sdk/ffi/shared" }
|
|
|
|
|
nym-gateway-client = { version = "1.21.0", path = "common/client-libs/gateway-client", default-features = false }
|
|
|
|
|
nym-gateway-probe = { version = "1.18.0", path = "nym-gateway-probe" }
|
|
|
|
|
nym-gateway-requests = { version = "1.21.0", path = "common/gateway-requests" }
|
|
|
|
|
nym-gateway-storage = { version = "1.21.0", path = "common/gateway-storage" }
|
|
|
|
|
nym-gateway-stats-storage = { version = "1.21.0", path = "common/gateway-stats-storage" }
|
|
|
|
|
nym-group-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/group-contract" }
|
|
|
|
|
nym-http-api-client = { version = "1.21.0", path = "common/http-api-client" }
|
|
|
|
|
nym-http-api-client-macro = { version = "1.21.0", path = "common/http-api-client-macro" }
|
|
|
|
|
nym-http-api-common = { version = "1.21.0", path = "common/http-api-common", default-features = false }
|
|
|
|
|
nym-id = { version = "1.21.0", path = "common/nym-id" }
|
|
|
|
|
nym-ip-packet-client = { version = "1.21.0", path = "nym-ip-packet-client" }
|
|
|
|
|
nym-ip-packet-requests = { version = "1.21.0", path = "common/ip-packet-requests" }
|
|
|
|
|
nym-lp = { version = "1.21.0", path = "common/nym-lp" }
|
|
|
|
|
nym-lp-data = { version = "1.21.0", path = "common/nym-lp-data" }
|
|
|
|
|
nym-kkt = { version = "1.21.0", path = "common/nym-kkt" }
|
|
|
|
|
nym-kkt-ciphersuite = { version = "1.21.0", path = "common/nym-kkt-ciphersuite" }
|
|
|
|
|
nym-kkt-context = { version = "1.21.0", path = "common/nym-kkt-context" }
|
|
|
|
|
nym-metrics = { version = "1.21.0", path = "common/nym-metrics" }
|
|
|
|
|
nym-mixnet-client = { version = "1.21.0", path = "common/client-libs/mixnet-client" }
|
|
|
|
|
nym-mixnet-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/mixnet-contract" }
|
|
|
|
|
nym-multisig-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/multisig-contract" }
|
|
|
|
|
nym-network-defaults = { version = "1.21.0", path = "common/network-defaults" }
|
|
|
|
|
nym-node-tester-utils = { version = "1.21.0", path = "common/node-tester-utils" }
|
|
|
|
|
nym-noise = { version = "1.21.0", path = "common/nymnoise" }
|
|
|
|
|
nym-noise-keys = { version = "1.21.0", path = "common/nymnoise/keys" }
|
|
|
|
|
nym-nonexhaustive-delayqueue = { version = "1.21.0", path = "common/nonexhaustive-delayqueue" }
|
|
|
|
|
nym-node-requests = { version = "1.21.0", path = "nym-node/nym-node-requests", default-features = false }
|
|
|
|
|
nym-node-metrics = { version = "1.21.0", path = "nym-node/nym-node-metrics" }
|
|
|
|
|
nym-node-families-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/node-families-contract" }
|
|
|
|
|
nym-ordered-buffer = { version = "1.21.0", path = "common/socks5/ordered-buffer" }
|
|
|
|
|
nym-outfox = { version = "1.21.0", path = "nym-outfox" }
|
|
|
|
|
nym-registration-common = { version = "1.21.0", path = "common/registration" }
|
|
|
|
|
nym-pemstore = { version = "1.21.0", path = "common/pemstore" }
|
|
|
|
|
nym-performance-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/nym-performance-contract" }
|
|
|
|
|
nym-sdk = { version = "1.21.0", path = "sdk/rust/nym-sdk" }
|
|
|
|
|
nym-serde-helpers = { version = "1.21.0", path = "common/serde-helpers" }
|
|
|
|
|
nym-service-providers-common = { version = "1.21.0", path = "service-providers/common" }
|
|
|
|
|
nym-service-provider-requests-common = { version = "1.21.0", path = "common/service-provider-requests-common" }
|
|
|
|
|
nym-socks5-client-core = { version = "1.21.0", path = "common/socks5-client-core" }
|
|
|
|
|
nym-socks5-proxy-helpers = { version = "1.21.0", path = "common/socks5/proxy-helpers" }
|
|
|
|
|
nym-socks5-requests = { version = "1.21.0", path = "common/socks5/requests" }
|
|
|
|
|
nym-sphinx = { version = "1.21.0", path = "common/nymsphinx" }
|
|
|
|
|
nym-sphinx-acknowledgements = { version = "1.21.0", path = "common/nymsphinx/acknowledgements" }
|
|
|
|
|
nym-sphinx-addressing = { version = "1.21.0", path = "common/nymsphinx/addressing" }
|
|
|
|
|
nym-sphinx-anonymous-replies = { version = "1.21.0", path = "common/nymsphinx/anonymous-replies" }
|
|
|
|
|
nym-sphinx-chunking = { version = "1.21.0", path = "common/nymsphinx/chunking" }
|
|
|
|
|
nym-sphinx-cover = { version = "1.21.0", path = "common/nymsphinx/cover" }
|
|
|
|
|
nym-sphinx-forwarding = { version = "1.21.0", path = "common/nymsphinx/forwarding" }
|
|
|
|
|
nym-sphinx-framing = { version = "1.21.0", path = "common/nymsphinx/framing" }
|
|
|
|
|
nym-sphinx-params = { version = "1.21.0", path = "common/nymsphinx/params" }
|
|
|
|
|
nym-sphinx-routing = { version = "1.21.0", path = "common/nymsphinx/routing" }
|
|
|
|
|
nym-sphinx-types = { version = "1.21.0", path = "common/nymsphinx/types" }
|
|
|
|
|
nym-statistics-common = { version = "1.21.0", path = "common/statistics" }
|
|
|
|
|
nym-store-cipher = { version = "1.21.0", path = "common/store-cipher" }
|
|
|
|
|
nym-task = { version = "1.21.0", path = "common/task" }
|
|
|
|
|
nym-tun = { version = "1.21.0", path = "common/tun" }
|
|
|
|
|
nym-test-utils = { version = "1.21.0", path = "common/test-utils" }
|
|
|
|
|
nym-ticketbooks-merkle = { version = "1.21.0", path = "common/ticketbooks-merkle" }
|
|
|
|
|
nym-topology = { version = "1.21.0", path = "common/topology" }
|
|
|
|
|
nym-types = { version = "1.21.0", path = "common/types" }
|
|
|
|
|
nym-upgrade-mode-check = { version = "1.21.0", path = "common/upgrade-mode-check" }
|
|
|
|
|
nym-validator-client = { version = "1.21.0", path = "common/client-libs/validator-client", default-features = false }
|
|
|
|
|
nym-vesting-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/vesting-contract" }
|
|
|
|
|
nym-network-monitors-contract-common = { version = "1.21.0", path = "common/cosmwasm-smart-contracts/network-monitors-contract" }
|
|
|
|
|
nym-verloc = { version = "1.21.0", path = "common/verloc" }
|
|
|
|
|
nym-wireguard = { version = "1.21.0", path = "common/wireguard" }
|
|
|
|
|
nym-wireguard-types = { version = "1.21.0", path = "common/wireguard-types" }
|
|
|
|
|
nym-wireguard-private-metadata-shared = { version = "1.21.0", path = "common/wireguard-private-metadata/shared" }
|
|
|
|
|
nym-wireguard-private-metadata-client = { version = "1.21.0", path = "common/wireguard-private-metadata/client" }
|
|
|
|
|
nym-wireguard-private-metadata-server = { version = "1.21.0", path = "common/wireguard-private-metadata/server" }
|
|
|
|
|
nym-sqlx-pool-guard = { version = "1.2.0", path = "nym-sqlx-pool-guard" }
|
|
|
|
|
nym-wasm-client-core = { version = "1.21.0", path = "common/wasm/client-core" }
|
|
|
|
|
nym-wasm-storage = { version = "1.21.0", path = "common/wasm/storage" }
|
|
|
|
|
nym-wasm-utils = { version = "1.21.0", path = "common/wasm/utils", default-features = false }
|
|
|
|
|
nyxd-scraper-shared = { version = "1.21.0", path = "common/nyxd-scraper-shared" }
|
|
|
|
|
nym-api-requests = { version = "1.21.1", path = "nym-api/nym-api-requests" }
|
|
|
|
|
nym-authenticator-requests = { version = "1.21.1", path = "common/authenticator-requests" }
|
|
|
|
|
nym-async-file-watcher = { version = "1.21.1", path = "common/async-file-watcher" }
|
|
|
|
|
nym-authenticator-client = { version = "1.21.1", path = "nym-authenticator-client" }
|
|
|
|
|
nym-bandwidth-controller = { version = "1.21.1", path = "common/bandwidth-controller" }
|
|
|
|
|
nym-bin-common = { version = "1.21.1", path = "common/bin-common" }
|
|
|
|
|
nym-cache = { version = "1.21.1", path = "common/nym-cache" }
|
|
|
|
|
nym-client-core = { version = "1.21.1", path = "common/client-core", default-features = false }
|
|
|
|
|
nym-client-core-config-types = { version = "1.21.1", path = "common/client-core/config-types" }
|
|
|
|
|
nym-client-core-gateways-storage = { version = "1.21.1", path = "common/client-core/gateways-storage" }
|
|
|
|
|
nym-client-core-surb-storage = { version = "1.21.1", path = "common/client-core/surb-storage" }
|
|
|
|
|
nym-client-websocket-requests = { version = "1.21.1", path = "clients/native/websocket-requests" }
|
|
|
|
|
nym-common = { version = "1.21.1", path = "common/nym-common" }
|
|
|
|
|
nym-compact-ecash = { version = "1.21.1", path = "common/nym_offline_compact_ecash" }
|
|
|
|
|
nym-config = { version = "1.21.1", path = "common/config" }
|
|
|
|
|
nym-contracts-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/contracts-common" }
|
|
|
|
|
nym-coconut-dkg-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/coconut-dkg" }
|
|
|
|
|
nym-credential-storage = { version = "1.21.1", path = "common/credential-storage" }
|
|
|
|
|
nym-credential-utils = { version = "1.21.1", path = "common/credential-utils" }
|
|
|
|
|
nym-credential-proxy-lib = { version = "1.21.1", path = "common/credential-proxy" }
|
|
|
|
|
nym-credentials = { version = "1.21.1", path = "common/credentials", default-features = false }
|
|
|
|
|
nym-credentials-interface = { version = "1.21.1", path = "common/credentials-interface" }
|
|
|
|
|
nym-credential-proxy-requests = { version = "1.21.1", path = "nym-credential-proxy/nym-credential-proxy-requests", default-features = false }
|
|
|
|
|
nym-credential-verification = { version = "1.21.1", path = "common/credential-verification" }
|
|
|
|
|
nym-crypto = { version = "1.21.1", path = "common/crypto", default-features = false }
|
|
|
|
|
nym-dkg = { version = "1.21.1", path = "common/dkg" }
|
|
|
|
|
nym-ecash-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/ecash-contract" }
|
|
|
|
|
nym-ecash-signer-check = { version = "1.21.1", path = "common/ecash-signer-check" }
|
|
|
|
|
nym-ecash-signer-check-types = { version = "1.21.1", path = "common/ecash-signer-check-types" }
|
|
|
|
|
nym-ecash-time = { version = "1.21.1", path = "common/ecash-time" }
|
|
|
|
|
nym-exit-policy = { version = "1.21.1", path = "common/exit-policy" }
|
|
|
|
|
nym-ffi-shared = { version = "1.21.1", path = "sdk/ffi/shared" }
|
|
|
|
|
nym-gateway-client = { version = "1.21.1", path = "common/client-libs/gateway-client", default-features = false }
|
|
|
|
|
nym-gateway-probe = { version = "1.21.1", path = "nym-gateway-probe" }
|
|
|
|
|
nym-gateway-requests = { version = "1.21.1", path = "common/gateway-requests" }
|
|
|
|
|
nym-gateway-storage = { version = "1.21.1", path = "common/gateway-storage" }
|
|
|
|
|
nym-gateway-stats-storage = { version = "1.21.1", path = "common/gateway-stats-storage" }
|
|
|
|
|
nym-group-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/group-contract" }
|
|
|
|
|
nym-http-api-client = { version = "1.21.1", path = "common/http-api-client" }
|
|
|
|
|
nym-http-api-client-macro = { version = "1.21.1", path = "common/http-api-client-macro" }
|
|
|
|
|
nym-http-api-common = { version = "1.21.1", path = "common/http-api-common", default-features = false }
|
|
|
|
|
nym-id = { version = "1.21.1", path = "common/nym-id" }
|
|
|
|
|
nym-ip-packet-client = { version = "1.21.1", path = "nym-ip-packet-client" }
|
|
|
|
|
nym-ip-packet-requests = { version = "1.21.1", path = "common/ip-packet-requests" }
|
|
|
|
|
nym-lp = { version = "1.21.1", path = "common/nym-lp" }
|
|
|
|
|
nym-lp-data = { version = "1.21.1", path = "common/nym-lp-data" }
|
|
|
|
|
nym-kkt = { version = "1.21.1", path = "common/nym-kkt" }
|
|
|
|
|
nym-kkt-ciphersuite = { version = "1.21.1", path = "common/nym-kkt-ciphersuite" }
|
|
|
|
|
nym-kkt-context = { version = "1.21.1", path = "common/nym-kkt-context" }
|
|
|
|
|
nym-metrics = { version = "1.21.1", path = "common/nym-metrics" }
|
|
|
|
|
nym-mixnet-client = { version = "1.21.1", path = "common/client-libs/mixnet-client" }
|
|
|
|
|
nym-mixnet-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/mixnet-contract" }
|
|
|
|
|
nym-multisig-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/multisig-contract" }
|
|
|
|
|
nym-network-defaults = { version = "1.21.1", path = "common/network-defaults" }
|
|
|
|
|
nym-node-tester-utils = { version = "1.21.1", path = "common/node-tester-utils" }
|
|
|
|
|
nym-noise = { version = "1.21.1", path = "common/nymnoise" }
|
|
|
|
|
nym-noise-keys = { version = "1.21.1", path = "common/nymnoise/keys" }
|
|
|
|
|
nym-nonexhaustive-delayqueue = { version = "1.21.1", path = "common/nonexhaustive-delayqueue" }
|
|
|
|
|
nym-node-requests = { version = "1.21.1", path = "nym-node/nym-node-requests", default-features = false }
|
|
|
|
|
nym-node-metrics = { version = "1.21.1", path = "nym-node/nym-node-metrics" }
|
|
|
|
|
nym-node-families-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/node-families-contract" }
|
|
|
|
|
nym-ordered-buffer = { version = "1.21.1", path = "common/socks5/ordered-buffer" }
|
|
|
|
|
nym-outfox = { version = "1.21.1", path = "nym-outfox" }
|
|
|
|
|
nym-registration-common = { version = "1.21.1", path = "common/registration" }
|
|
|
|
|
nym-pemstore = { version = "1.21.1", path = "common/pemstore" }
|
|
|
|
|
nym-performance-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/nym-performance-contract" }
|
|
|
|
|
nym-sdk = { version = "1.21.1", path = "sdk/rust/nym-sdk" }
|
|
|
|
|
nym-serde-helpers = { version = "1.21.1", path = "common/serde-helpers" }
|
|
|
|
|
nym-service-providers-common = { version = "1.21.1", path = "service-providers/common" }
|
|
|
|
|
nym-service-provider-requests-common = { version = "1.21.1", path = "common/service-provider-requests-common" }
|
|
|
|
|
nym-socks5-client-core = { version = "1.21.1", path = "common/socks5-client-core" }
|
|
|
|
|
nym-socks5-proxy-helpers = { version = "1.21.1", path = "common/socks5/proxy-helpers" }
|
|
|
|
|
nym-socks5-requests = { version = "1.21.1", path = "common/socks5/requests" }
|
|
|
|
|
nym-sphinx = { version = "1.21.1", path = "common/nymsphinx" }
|
|
|
|
|
nym-sphinx-acknowledgements = { version = "1.21.1", path = "common/nymsphinx/acknowledgements" }
|
|
|
|
|
nym-sphinx-addressing = { version = "1.21.1", path = "common/nymsphinx/addressing" }
|
|
|
|
|
nym-sphinx-anonymous-replies = { version = "1.21.1", path = "common/nymsphinx/anonymous-replies" }
|
|
|
|
|
nym-sphinx-chunking = { version = "1.21.1", path = "common/nymsphinx/chunking" }
|
|
|
|
|
nym-sphinx-cover = { version = "1.21.1", path = "common/nymsphinx/cover" }
|
|
|
|
|
nym-sphinx-forwarding = { version = "1.21.1", path = "common/nymsphinx/forwarding" }
|
|
|
|
|
nym-sphinx-framing = { version = "1.21.1", path = "common/nymsphinx/framing" }
|
|
|
|
|
nym-sphinx-params = { version = "1.21.1", path = "common/nymsphinx/params" }
|
|
|
|
|
nym-sphinx-routing = { version = "1.21.1", path = "common/nymsphinx/routing" }
|
|
|
|
|
nym-sphinx-types = { version = "1.21.1", path = "common/nymsphinx/types" }
|
|
|
|
|
nym-statistics-common = { version = "1.21.1", path = "common/statistics" }
|
|
|
|
|
nym-store-cipher = { version = "1.21.1", path = "common/store-cipher" }
|
|
|
|
|
nym-task = { version = "1.21.1", path = "common/task" }
|
|
|
|
|
nym-tun = { version = "1.21.1", path = "common/tun" }
|
|
|
|
|
nym-test-utils = { version = "1.21.1", path = "common/test-utils" }
|
|
|
|
|
nym-ticketbooks-merkle = { version = "1.21.1", path = "common/ticketbooks-merkle" }
|
|
|
|
|
nym-topology = { version = "1.21.1", path = "common/topology" }
|
|
|
|
|
nym-types = { version = "1.21.1", path = "common/types" }
|
|
|
|
|
nym-upgrade-mode-check = { version = "1.21.1", path = "common/upgrade-mode-check" }
|
|
|
|
|
nym-validator-client = { version = "1.21.1", path = "common/client-libs/validator-client", default-features = false }
|
|
|
|
|
nym-vesting-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/vesting-contract" }
|
|
|
|
|
nym-network-monitors-contract-common = { version = "1.21.1", path = "common/cosmwasm-smart-contracts/network-monitors-contract" }
|
|
|
|
|
nym-verloc = { version = "1.21.1", path = "common/verloc" }
|
|
|
|
|
nym-wireguard = { version = "1.21.1", path = "common/wireguard" }
|
|
|
|
|
nym-wireguard-types = { version = "1.21.1", path = "common/wireguard-types" }
|
|
|
|
|
nym-wireguard-private-metadata-shared = { version = "1.21.1", path = "common/wireguard-private-metadata/shared" }
|
|
|
|
|
nym-wireguard-private-metadata-client = { version = "1.21.1", path = "common/wireguard-private-metadata/client" }
|
|
|
|
|
nym-wireguard-private-metadata-server = { version = "1.21.1", path = "common/wireguard-private-metadata/server" }
|
|
|
|
|
nym-sqlx-pool-guard = { version = "1.21.1", path = "nym-sqlx-pool-guard" }
|
|
|
|
|
nym-wasm-client-core = { version = "1.21.1", path = "common/wasm/client-core" }
|
|
|
|
|
nym-wasm-storage = { version = "1.21.1", path = "common/wasm/storage" }
|
|
|
|
|
nym-wasm-utils = { version = "1.21.1", path = "common/wasm/utils", default-features = false }
|
|
|
|
|
nyxd-scraper-shared = { version = "1.21.1", path = "common/nyxd-scraper-shared" }
|
|
|
|
|
|
|
|
|
|
smolmix = { version = "1.21.0", path = "smolmix/core" }
|
|
|
|
|
smolmix = { version = "1.21.1", path = "smolmix/core" }
|
|
|
|
|
|
|
|
|
|
# coconut/DKG related
|
|
|
|
|
# unfortunately until https://github.com/zkcrypto/nym-bls12_381-fork/issues/10 is resolved, we have to rely on the fork
|
|
|
|
|