Make publication explicit

This commit is contained in:
mfahampshire
2026-04-17 09:23:55 +01:00
parent 6ee1f16ce8
commit dd6a45f251
123 changed files with 406 additions and 5 deletions
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+4
View File
@@ -2,11 +2,15 @@
name = "nym-async-file-watcher" name = "nym-async-file-watcher"
description = "Simple file watcher that sends a notification whenever there was any change in the watched file" description = "Simple file watcher that sends a notification whenever there was any change in the watched file"
version.workspace = true version.workspace = true
authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
base64 = { workspace = true } base64 = { workspace = true }
+4
View File
@@ -2,11 +2,15 @@
name = "nym-bandwidth-controller" name = "nym-bandwidth-controller"
description = "Crate for controlling the use of zknym credentials to ensure constant bandwidth availability for NymVPN app" description = "Crate for controlling the use of zknym credentials to ensure constant bandwidth availability for NymVPN app"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
clap = { workspace = true, features = ["derive"], optional = true } clap = { workspace = true, features = ["derive"], optional = true }
+2
View File
@@ -9,6 +9,8 @@ repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version = "1.85" rust-version = "1.85"
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -2,11 +2,15 @@
name = "nym-client-core-config-types" name = "nym-client-core-config-types"
description = "Low level configs and constants used by Nym clients and nodes" description = "Low level configs and constants used by Nym clients and nodes"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -2,12 +2,15 @@
name = "nym-client-core-gateways-storage" name = "nym-client-core-gateways-storage"
description = "Functionality for Nym clients to store and retrive Gateway connections" description = "Functionality for Nym clients to store and retrive Gateway connections"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -2,11 +2,15 @@
name = "nym-client-core-surb-storage" name = "nym-client-core-surb-storage"
description = "Functionality for Nym clients to generate and use Single Use Reply Blocks (SURBs)" description = "Functionality for Nym clients to generate and use Single Use Reply Blocks (SURBs)"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,6 +9,8 @@ repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version = "1.85" rust-version = "1.85"
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
anyhow = { workspace = true } anyhow = { workspace = true }
+4
View File
@@ -7,6 +7,10 @@ edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -2,11 +2,15 @@
name = "nym-coconut-dkg-common" name = "nym-coconut-dkg-common"
description = "Common crate for Nym's DKG cosmwasm contract" description = "Common crate for Nym's DKG cosmwasm contract"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
anyhow = { workspace = true } anyhow = { workspace = true }
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
bs58 = { workspace = true } bs58 = { workspace = true }
@@ -2,11 +2,15 @@
name = "nym-ecash-contract-common" name = "nym-ecash-contract-common"
description = "Common crate for Nym's ecash/zknym cosmwasm contract" description = "Common crate for Nym's ecash/zknym cosmwasm contract"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -2,11 +2,15 @@
name = "nym-group-contract-common" name = "nym-group-contract-common"
description = "Common crate for Nym's group cosmwasm contract" description = "Common crate for Nym's group cosmwasm contract"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
cosmwasm-schema = { workspace = true } cosmwasm-schema = { workspace = true }
@@ -6,7 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version = "1.85" rust-version = "1.85"
readme.workspace = true
publish = true
[dependencies] [dependencies]
bs58 = { workspace = true } bs58 = { workspace = true }
@@ -2,10 +2,15 @@
name = "nym-multisig-contract-common" name = "nym-multisig-contract-common"
description = "Common code for the Nym multisig CosmWasm smart contract" description = "Common code for the Nym multisig CosmWasm smart contract"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
cosmwasm-schema = { workspace = true } cosmwasm-schema = { workspace = true }
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
thiserror = { workspace = true } thiserror = { workspace = true }
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
thiserror = { workspace = true } thiserror = { workspace = true }
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
cosmwasm-std = { workspace = true } cosmwasm-std = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
anyhow = { workspace = true } anyhow = { workspace = true }
+3
View File
@@ -2,12 +2,15 @@
name = "nym-credential-storage" name = "nym-credential-storage"
description = "Crate for handling and storing spent and unspent zknym ticketbooks" description = "Crate for handling and storing spent and unspent zknym ticketbooks"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+4
View File
@@ -2,11 +2,15 @@
name = "nym-credential-utils" name = "nym-credential-utils"
description = "Utils crate for dealing with zknym credentials" description = "Utils crate for dealing with zknym credentials"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
async-trait = { workspace = true } async-trait = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+4
View File
@@ -2,11 +2,15 @@
name = "nym-credentials" name = "nym-credentials"
description = "Crate for using Nym's zknym credentials" description = "Crate for using Nym's zknym credentials"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
aes-gcm-siv = { workspace = true, optional = true } aes-gcm-siv = { workspace = true, optional = true }
+4
View File
@@ -2,11 +2,15 @@
name = "nym-dkg" name = "nym-dkg"
description = "Nym's Distributed Key Generation functionality" description = "Nym's Distributed Key Generation functionality"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
resolver = "2" resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
semver = { workspace = true } semver = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
futures = { workspace = true } futures = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -11,6 +11,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+2
View File
@@ -9,6 +9,8 @@ repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
sqlx = { workspace = true, features = [ sqlx = { workspace = true, features = [
+2
View File
@@ -9,6 +9,8 @@ repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
async-trait = { workspace = true } async-trait = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[lib] [lib]
proc-macro = true proc-macro = true
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5
View File
@@ -6,6 +6,11 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
log = { workspace = true } log = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[features] [features]
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5
View File
@@ -6,6 +6,11 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# Exclude build.rs from published crate - it's only used for dev-time sync # Exclude build.rs from published crate - it's only used for dev-time sync
# of env files and requires workspace context # of env files and requires workspace context
exclude = ["build.rs"] exclude = ["build.rs"]
+4
View File
@@ -2,11 +2,15 @@
name = "nym-node-tester-utils" name = "nym-node-tester-utils"
description = "Utils for the Nym Node Tester" description = "Utils for the Nym Node Tester"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
tokio = { workspace = true, features = ["sync"] } tokio = { workspace = true, features = ["sync"] }
+5
View File
@@ -6,6 +6,11 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[lints] [lints]
workspace = true workspace = true
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+4
View File
@@ -6,6 +6,10 @@ authors = ["Georgio Nicolas <georgio@nymtech.net>"]
edition = { workspace = true } edition = { workspace = true }
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true publish = true
[dependencies] [dependencies]
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -11,6 +11,9 @@ license = { workspace = true }
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
arc-swap = { workspace = true } arc-swap = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
schemars = { workspace = true, features = ["preserve_order"] } schemars = { workspace = true, features = ["preserve_order"] }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
tracing = { workspace = true } tracing = { workspace = true }
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
rand = { workspace = true } rand = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
nym-crypto = { workspace = true, features = ["asymmetric", "sphinx"] } # all addresses are expressed in terms on their crypto keys nym-crypto = { workspace = true, features = ["asymmetric", "sphinx"] } # all addresses are expressed in terms on their crypto keys
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
rand = { workspace = true } rand = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
rand = { workspace = true } rand = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
nym-sphinx-addressing = { workspace = true } nym-sphinx-addressing = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
bytes = { workspace = true } bytes = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
thiserror = { workspace = true } thiserror = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
thiserror = { workspace = true } thiserror = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
sphinx-packet = { workspace = true, optional = true } sphinx-packet = { workspace = true, optional = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
async-trait.workspace = true async-trait.workspace = true
+5
View File
@@ -6,6 +6,11 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
pem = { workspace = true } pem = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[lints] [lints]
workspace = true workspace = true
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
serde = { workspace = true, features = ["derive"] } serde = { workspace = true, features = ["derive"] }
+4
View File
@@ -2,11 +2,15 @@
name = "nym-socks5-client-core" name = "nym-socks5-client-core"
description = "Core functionality of the Nym SOCKS client" description = "Core functionality of the Nym SOCKS client"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+4
View File
@@ -5,11 +5,15 @@
name = "nym-statistics-common" name = "nym-statistics-common"
description = "This crate contains basic statistics utilities and abstractions to be re-used and applied throughout both the client and gateway implementations" description = "This crate contains basic statistics utilities and abstractions to be re-used and applied throughout both the client and gateway implementations"
version.workspace = true version.workspace = true
authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+4
View File
@@ -2,11 +2,15 @@
name = "nym-store-cipher" name = "nym-store-cipher"
description = "Helpers for various ciphers used throughout the Nym network" description = "Helpers for various ciphers used throughout the Nym network"
version.workspace = true version.workspace = true
authors.workspace = true
edition = "2021" edition = "2021"
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5
View File
@@ -6,6 +6,11 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
cfg-if = { workspace = true } cfg-if = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
anyhow = { workspace = true } anyhow = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
sha2 = { workspace = true } sha2 = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
homepage = { workspace = true } homepage = { workspace = true }
documentation = { workspace = true } documentation = { workspace = true }
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+2
View File
@@ -9,6 +9,8 @@ repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
base64 = { workspace = true } base64 = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
jwt-simple = { workspace = true } jwt-simple = { workspace = true }
+1
View File
@@ -10,6 +10,7 @@ homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true rust-version.workspace = true
readme.workspace = true readme.workspace = true
publish = true
[dependencies] [dependencies]
bytes = { workspace = true } bytes = { workspace = true }
+5
View File
@@ -6,6 +6,11 @@ authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/nymtech/nym" repository = "https://github.com/nymtech/nym"
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
async-trait = { workspace = true } async-trait = { workspace = true }
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
anyhow = { workspace = true } anyhow = { workspace = true }
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
axum = { workspace = true } axum = { workspace = true }
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
[dependencies] [dependencies]
async-trait = { workspace = true } async-trait = { workspace = true }
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+3
View File
@@ -8,6 +8,9 @@ license.workspace = true
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation.workspace = true documentation.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1
View File
@@ -5,6 +5,7 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1
View File
@@ -5,6 +5,7 @@ authors = { workspace = true }
edition = { workspace = true } edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
publish = false
[[bin]] [[bin]]
name = "schema" name = "schema"
+1
View File
@@ -7,6 +7,7 @@ edition = { workspace = true }
license = { workspace = true } license = { workspace = true }
repository = { workspace = true } repository = { workspace = true }
readme = "README.md" readme = "README.md"
publish = false
exclude = [ exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication. # Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
"contract.wasm", "contract.wasm",
@@ -8,6 +8,7 @@ license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus" repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com" homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com" documentation = "https://docs.cosmwasm.com"
publish = false
[[bin]] [[bin]]
name = "schema" name = "schema"
+1
View File
@@ -8,6 +8,7 @@ license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus" repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com" homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com" documentation = "https://docs.cosmwasm.com"
publish = false
exclude = [ exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication. # Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
"artifacts/*", "artifacts/*",

Some files were not shown because too many files have changed in this diff Show More