Skip to content

Commit 2faa9c6

Browse files
committed
remove 3 clients crate + adjustments
1 parent cda550e commit 2faa9c6

File tree

18 files changed

+119
-2513
lines changed

18 files changed

+119
-2513
lines changed

nym-vpn-core/Cargo.lock

Lines changed: 83 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nym-vpn-core/Cargo.toml

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
resolver = "2"
33
members = [
44
"crates/nym-apple-network",
5-
"crates/nym-authenticator-client",
65
"crates/nym-common",
76
"crates/nym-connection-monitor",
87
"crates/nym-dbus",
@@ -12,7 +11,6 @@ members = [
1211
"crates/nym-gateway-probe",
1312
"crates/nym-harbour-master-client",
1413
"crates/nym-ipc",
15-
"crates/nym-ip-packet-client",
1614
"crates/nym-macos",
1715
"crates/nym-offline-monitor",
1816
"crates/nym-platform-metadata",
@@ -29,7 +27,6 @@ members = [
2927
"crates/nym-vpnc",
3028
"crates/nym-vpnd-types",
3129
"crates/nym-vpnd",
32-
"crates/nym-wg-gateway-client",
3330
"crates/nym-wg-go",
3431
"crates/nym-wg-metadata-client",
3532
"crates/nym-windows",
@@ -193,14 +190,12 @@ zeroize = "1.8.1"
193190
sentry = { version = "0.42.0", default-features = false }
194191

195192
nym-apple-network = { path = "crates/nym-apple-network" }
196-
nym-authenticator-client = { path = "crates/nym-authenticator-client" }
197193
nym-common = { path = "crates/nym-common" }
198194
nym-connection-monitor = { path = "crates/nym-connection-monitor" }
199195
nym-dbus = { path = "crates/nym-dbus" }
200196
nym-dns = { path = "crates/nym-dns" }
201197
nym-firewall = { path = "crates/nym-firewall" }
202198
nym-gateway-directory = { path = "crates/nym-gateway-directory" }
203-
nym-ip-packet-client = { path = "crates/nym-ip-packet-client" }
204199
nym-ipc = { path = "crates/nym-ipc" }
205200
nym-macos = { path = "crates/nym-macos" }
206201
nym-offline-monitor = { path = "crates/nym-offline-monitor" }
@@ -215,41 +210,43 @@ nym-vpn-network-config = { path = "crates/nym-vpn-network-config" }
215210
nym-vpn-proto = { path = "crates/nym-vpn-proto" }
216211
nym-vpn-store = { path = "crates/nym-vpn-store" }
217212
nym-vpnd-types = { path = "crates/nym-vpnd-types" }
218-
nym-wg-gateway-client = { path = "crates/nym-wg-gateway-client" }
219213
nym-wg-go = { path = "crates/nym-wg-go" }
220214
nym-wg-metadata-client = { path = "crates/nym-wg-metadata-client" }
221215
nym-windows = { path = "crates/nym-windows" }
222216
nym-platform-metadata = { path = "crates/nym-platform-metadata" }
223217
nym-vpn-lib-types-uniffi = { path = "crates/nym-vpn-lib-types-uniffi" }
224218

225-
nym-authenticator-requests = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
226-
nym-api-requests = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
227-
nym-bandwidth-controller = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
228-
nym-bin-common = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
229-
nym-client-core = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
230-
nym-compact-ecash = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
231-
nym-config = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
232-
nym-contracts-common = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
233-
nym-credential-proxy-requests = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry", default-features = false }
234-
nym-credential-storage = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
235-
nym-credentials = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
236-
nym-credentials-interface = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
237-
nym-crypto = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
238-
nym-ecash-time = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
239-
nym-http-api-client = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
240-
nym-http-api-client-macro = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
241-
nym-network-defaults = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
242-
nym-ip-packet-requests = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
243-
nym-node-requests = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
244-
nym-pemstore = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
245-
nym-service-provider-requests-common = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
246-
nym-sdk = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
247-
nym-statistics-common = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
248-
nym-task = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
249-
nym-topology = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
250-
nym-validator-client = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
251-
nym-wireguard-private-metadata-client = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
252-
nym-wireguard-private-metadata-shared = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
253-
nym-wireguard-types = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
254-
sqlx-pool-guard = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
255-
nym-credential-utils = { git = "https://github.com/nymtech/nym", branch = "drazen/client-configuration-registry" }
219+
nym-authenticator-client = { git = "https://github.com/nymtech/nym", branch = "develop" }
220+
nym-authenticator-requests = { git = "https://github.com/nymtech/nym", branch = "develop" }
221+
nym-api-requests = { git = "https://github.com/nymtech/nym", branch = "develop" }
222+
nym-bandwidth-controller = { git = "https://github.com/nymtech/nym", branch = "develop" }
223+
nym-bin-common = { git = "https://github.com/nymtech/nym", branch = "develop" }
224+
nym-client-core = { git = "https://github.com/nymtech/nym", branch = "develop" }
225+
nym-compact-ecash = { git = "https://github.com/nymtech/nym", branch = "develop" }
226+
nym-config = { git = "https://github.com/nymtech/nym", branch = "develop" }
227+
nym-contracts-common = { git = "https://github.com/nymtech/nym", branch = "develop" }
228+
nym-credential-proxy-requests = { git = "https://github.com/nymtech/nym", branch = "develop", default-features = false }
229+
nym-credential-storage = { git = "https://github.com/nymtech/nym", branch = "develop" }
230+
nym-credentials = { git = "https://github.com/nymtech/nym", branch = "develop" }
231+
nym-credentials-interface = { git = "https://github.com/nymtech/nym", branch = "develop" }
232+
nym-crypto = { git = "https://github.com/nymtech/nym", branch = "develop" }
233+
nym-ecash-time = { git = "https://github.com/nymtech/nym", branch = "develop" }
234+
nym-http-api-client = { git = "https://github.com/nymtech/nym", branch = "develop" }
235+
nym-http-api-client-macro = { git = "https://github.com/nymtech/nym", branch = "develop" }
236+
nym-network-defaults = { git = "https://github.com/nymtech/nym", branch = "develop" }
237+
nym-ip-packet-requests = { git = "https://github.com/nymtech/nym", branch = "develop" }
238+
nym-ip-packet-client = { git = "https://github.com/nymtech/nym", branch = "develop" }
239+
nym-node-requests = { git = "https://github.com/nymtech/nym", branch = "develop" }
240+
nym-pemstore = { git = "https://github.com/nymtech/nym", branch = "develop" }
241+
nym-service-provider-requests-common = { git = "https://github.com/nymtech/nym", branch = "develop" }
242+
nym-sdk = { git = "https://github.com/nymtech/nym", branch = "develop" }
243+
nym-statistics-common = { git = "https://github.com/nymtech/nym", branch = "develop" }
244+
nym-task = { git = "https://github.com/nymtech/nym", branch = "develop" }
245+
nym-topology = { git = "https://github.com/nymtech/nym", branch = "develop" }
246+
nym-validator-client = { git = "https://github.com/nymtech/nym", branch = "develop" }
247+
nym-wg-gateway-client = { git = "https://github.com/nymtech/nym", branch = "develop" }
248+
nym-wireguard-private-metadata-client = { git = "https://github.com/nymtech/nym", branch = "develop" }
249+
nym-wireguard-private-metadata-shared = { git = "https://github.com/nymtech/nym", branch = "develop" }
250+
nym-wireguard-types = { git = "https://github.com/nymtech/nym", branch = "develop" }
251+
sqlx-pool-guard = { git = "https://github.com/nymtech/nym", branch = "develop" }
252+
nym-credential-utils = { git = "https://github.com/nymtech/nym", branch = "develop" }

nym-vpn-core/crates/nym-authenticator-client/Cargo.toml

Lines changed: 0 additions & 27 deletions
This file was deleted.

nym-vpn-core/crates/nym-authenticator-client/src/error.rs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)