diff --git a/Cargo.lock b/Cargo.lock index af1fb1facf..df0a550a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7845,7 +7845,7 @@ dependencies = [ [[package]] name = "nymvisor" -version = "0.1.32" +version = "1.20.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ca92154821..8265476043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -405,7 +405,7 @@ nym-gateway-requests = { version = "1.20.1", path = "common/gateway-requests" } nym-group-contract-common = { version = "1.20.1", path = "common/cosmwasm-smart-contracts/group-contract" } nym-http-api-client = { version = "1.20.1", path = "common/http-api-client" } nym-http-api-client-macro = { version = "1.20.1", path = "common/http-api-client-macro" } -nym-http-api-common = { version = "1.20.1", path = "common/http-api-common" } +nym-http-api-common = { version = "1.20.1", path = "common/http-api-common", default-features = false } nym-id = { version = "1.20.1", path = "common/nym-id" } nym-metrics = { version = "1.20.1", path = "common/nym-metrics" } nym-mixnet-client = { version = "1.20.1", path = "common/client-libs/mixnet-client" } diff --git a/common/config/Cargo.toml b/common/config/Cargo.toml index 4dd4b47829..e7f9bcb0a0 100644 --- a/common/config/Cargo.toml +++ b/common/config/Cargo.toml @@ -16,7 +16,7 @@ thiserror = { workspace = true } toml = { workspace = true, features = ["display"] } url = { workspace = true } -nym-network-defaults = { path = "../network-defaults", features = ["utoipa"] } +nym-network-defaults = { workspace = true, features = ["utoipa"] } [features] default = ["dirs"] diff --git a/common/cosmwasm-smart-contracts/coconut-dkg/Cargo.toml b/common/cosmwasm-smart-contracts/coconut-dkg/Cargo.toml index 707d04340c..b49bf9c90b 100644 --- a/common/cosmwasm-smart-contracts/coconut-dkg/Cargo.toml +++ b/common/cosmwasm-smart-contracts/coconut-dkg/Cargo.toml @@ -3,6 +3,7 @@ name = "nym-coconut-dkg-common" version.workspace = true edition = "2021" license.workspace = true +description = "Common crate for Nym's DKG cosmwasm contract" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/ecash-signer-check-types/Cargo.toml b/common/ecash-signer-check-types/Cargo.toml index 708997d52a..571ef627a9 100644 --- a/common/ecash-signer-check-types/Cargo.toml +++ b/common/ecash-signer-check-types/Cargo.toml @@ -19,8 +19,8 @@ time = { workspace = true } tracing = { workspace = true } utoipa = { workspace = true } -nym-coconut-dkg-common = { path = "../cosmwasm-smart-contracts/coconut-dkg" } -nym-crypto = { path = "../crypto", features = ["asymmetric"] } +nym-coconut-dkg-common = { workspace = true } +nym-crypto = { workspace = true, features = ["asymmetric"] } [lints] diff --git a/common/ecash-time/Cargo.toml b/common/ecash-time/Cargo.toml index 248c180a1d..93dccd1d13 100644 --- a/common/ecash-time/Cargo.toml +++ b/common/ecash-time/Cargo.toml @@ -13,7 +13,7 @@ license.workspace = true [dependencies] time.workspace = true -nym-compact-ecash = { path = "../nym_offline_compact_ecash", optional = true } +nym-compact-ecash = { workspace = true, optional = true } [features] expiration = ["nym-compact-ecash"] diff --git a/common/http-api-client/Cargo.toml b/common/http-api-client/Cargo.toml index 9e4939fff5..3fdd17f232 100644 --- a/common/http-api-client/Cargo.toml +++ b/common/http-api-client/Cargo.toml @@ -38,10 +38,10 @@ bytes = { workspace = true } encoding_rs = { workspace = true } mime = { workspace = true } -nym-http-api-common = { path = "../http-api-common", default-features = false } -nym-bin-common = { path = "../bin-common" } -nym-network-defaults = { path = "../network-defaults", optional = true } -nym-http-api-client-macro = { path = "../http-api-client-macro" } +nym-http-api-common = { workspace = true } +nym-bin-common = { workspace = true } +nym-network-defaults = { workspace = true, optional = true } +nym-http-api-client-macro = { workspace = true } [target."cfg(not(target_arch = \"wasm32\"))".dependencies] hickory-resolver = { workspace = true, features = ["https-ring", "tls-ring", "webpki-roots"] } diff --git a/common/ledger/Cargo.toml b/common/ledger/Cargo.toml index 98843300c5..ff3cf35adf 100644 --- a/common/ledger/Cargo.toml +++ b/common/ledger/Cargo.toml @@ -3,6 +3,7 @@ name = "nym-ledger" version.workspace = true edition = "2021" license.workspace = true +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nym_offline_compact_ecash/Cargo.toml b/common/nym_offline_compact_ecash/Cargo.toml index 2be337eaaa..aa3ca053da 100644 --- a/common/nym_offline_compact_ecash/Cargo.toml +++ b/common/nym_offline_compact_ecash/Cargo.toml @@ -7,6 +7,7 @@ version.workspace = true authors = ["Ania Piotrowska "] edition = "2021" license = { workspace = true } +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/Cargo.toml b/common/nymsphinx/Cargo.toml index 37d4f6f8f2..f34d84725e 100644 --- a/common/nymsphinx/Cargo.toml +++ b/common/nymsphinx/Cargo.toml @@ -14,15 +14,15 @@ rand_distr = { workspace = true } rand_chacha = { workspace = true } thiserror = { workspace = true } -nym-sphinx-acknowledgements = { path = "acknowledgements" } -nym-sphinx-addressing = { path = "addressing" } -nym-sphinx-anonymous-replies = { path = "anonymous-replies" } -nym-sphinx-chunking = { path = "chunking" } -nym-sphinx-cover = { path = "cover" } -nym-sphinx-forwarding = { path = "forwarding" } -nym-sphinx-params = { path = "params" } -nym-sphinx-routing = { path = "routing" } -nym-sphinx-types = { path = "types" } +nym-sphinx-acknowledgements = { workspace = true } +nym-sphinx-addressing = { workspace = true } +nym-sphinx-anonymous-replies = { workspace = true } +nym-sphinx-chunking = { workspace = true } +nym-sphinx-cover = { workspace = true } +nym-sphinx-forwarding = { workspace = true } +nym-sphinx-params = { workspace = true } +nym-sphinx-routing = { workspace = true } +nym-sphinx-types = { workspace = true } # those dependencies are due to intriducing preparer and receiver. Perpaphs that indicates they should be moved # to separate crate? diff --git a/common/upgrade-mode-check/Cargo.toml b/common/upgrade-mode-check/Cargo.toml index fc5152aa18..b7c0d535fe 100644 --- a/common/upgrade-mode-check/Cargo.toml +++ b/common/upgrade-mode-check/Cargo.toml @@ -20,14 +20,14 @@ thiserror = { workspace = true } tracing = { workspace = true } utoipa = { workspace = true, optional = true } -nym-http-api-client = { path = "../http-api-client", default-features = false } -nym-crypto = { path = "../crypto", features = ["asymmetric", "serde", "naive_jwt"] } +nym-http-api-client = { workspace = true } +nym-crypto = { workspace = true, features = ["asymmetric", "serde", "naive_jwt"] } [dev-dependencies] anyhow = { workspace = true } time = { workspace = true, features = ["macros"] } nym-test-utils = { path = "../test-utils" } -nym-crypto = { path = "../crypto", features = ["rand"] } +nym-crypto = { workspace = true, features = ["rand"] } [features] diff --git a/common/zulip-client/Cargo.toml b/common/zulip-client/Cargo.toml index 263f3e5c62..fe9c1c699a 100644 --- a/common/zulip-client/Cargo.toml +++ b/common/zulip-client/Cargo.toml @@ -9,6 +9,7 @@ edition.workspace = true license.workspace = true rust-version.workspace = true readme.workspace = true +publish = false [dependencies] thiserror = { workspace = true } diff --git a/tools/nymvisor/Cargo.toml b/tools/nymvisor/Cargo.toml index 487a830aba..7db871dd23 100644 --- a/tools/nymvisor/Cargo.toml +++ b/tools/nymvisor/Cargo.toml @@ -7,6 +7,7 @@ homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/wasm/zknym-lib/Cargo.toml b/wasm/zknym-lib/Cargo.toml index dcd9c4220d..e4e60e1184 100644 --- a/wasm/zknym-lib/Cargo.toml +++ b/wasm/zknym-lib/Cargo.toml @@ -7,6 +7,7 @@ homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html