From ce79d5a3bc4c7dccf694671322bb26e465eee0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Mon, 20 Feb 2023 19:58:25 +0100 Subject: [PATCH] Update crate metadata in nym-version-checker and nym-topology (#3062) * nym-sphinx: update crate metadata * Update crate metadata for nym-version-checker and nym-topology --- common/nymsphinx/Cargo.toml | 11 ++++++++--- common/nymsphinx/acknowledgements/Cargo.toml | 9 +++++++-- common/nymsphinx/addressing/Cargo.toml | 9 +++++++-- common/nymsphinx/anonymous-replies/Cargo.toml | 9 +++++++-- common/nymsphinx/chunking/Cargo.toml | 9 +++++++-- common/nymsphinx/cover/Cargo.toml | 9 +++++++-- common/nymsphinx/forwarding/Cargo.toml | 9 +++++++-- common/nymsphinx/framing/Cargo.toml | 9 +++++++-- common/nymsphinx/params/Cargo.toml | 9 +++++++-- common/nymsphinx/types/Cargo.toml | 9 +++++++-- common/topology/Cargo.toml | 9 +++++++-- common/version-checker/Cargo.toml | 9 +++++++-- 12 files changed, 85 insertions(+), 25 deletions(-) diff --git a/common/nymsphinx/Cargo.toml b/common/nymsphinx/Cargo.toml index f356fe5e08..bb738f75d6 100644 --- a/common/nymsphinx/Cargo.toml +++ b/common/nymsphinx/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -22,7 +27,7 @@ nym-sphinx-types = { path = "types" } # those dependencies are due to intriducing preparer and receiver. Perpaphs that indicates they should be moved # to separate crate? -nym-crypto = { path = "../crypto" } +nym-crypto = { path = "../crypto", version = "0.1.0" } nym-topology = { path = "../topology" } [dev-dependencies] diff --git a/common/nymsphinx/acknowledgements/Cargo.toml b/common/nymsphinx/acknowledgements/Cargo.toml index 18264253e1..50d41e7bd9 100644 --- a/common/nymsphinx/acknowledgements/Cargo.toml +++ b/common/nymsphinx/acknowledgements/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-acknowledgements" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/addressing/Cargo.toml b/common/nymsphinx/addressing/Cargo.toml index dc38bc1f8a..6b2aae04d4 100644 --- a/common/nymsphinx/addressing/Cargo.toml +++ b/common/nymsphinx/addressing/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-addressing" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/anonymous-replies/Cargo.toml b/common/nymsphinx/anonymous-replies/Cargo.toml index 8d706108ed..c9068d859d 100644 --- a/common/nymsphinx/anonymous-replies/Cargo.toml +++ b/common/nymsphinx/anonymous-replies/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-anonymous-replies" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/chunking/Cargo.toml b/common/nymsphinx/chunking/Cargo.toml index 580ffd9097..2e26f1626f 100644 --- a/common/nymsphinx/chunking/Cargo.toml +++ b/common/nymsphinx/chunking/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-chunking" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/cover/Cargo.toml b/common/nymsphinx/cover/Cargo.toml index ab3bd14213..1e32ff500e 100644 --- a/common/nymsphinx/cover/Cargo.toml +++ b/common/nymsphinx/cover/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-cover" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/forwarding/Cargo.toml b/common/nymsphinx/forwarding/Cargo.toml index 9eb8959a23..bd1a6a830b 100644 --- a/common/nymsphinx/forwarding/Cargo.toml +++ b/common/nymsphinx/forwarding/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-forwarding" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/framing/Cargo.toml b/common/nymsphinx/framing/Cargo.toml index 9060d3ef1c..90a8e94e5a 100644 --- a/common/nymsphinx/framing/Cargo.toml +++ b/common/nymsphinx/framing/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-framing" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/params/Cargo.toml b/common/nymsphinx/params/Cargo.toml index bb63c0c94f..319a55513d 100644 --- a/common/nymsphinx/params/Cargo.toml +++ b/common/nymsphinx/params/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-params" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/nymsphinx/types/Cargo.toml b/common/nymsphinx/types/Cargo.toml index a51281c5de..2461691c1a 100644 --- a/common/nymsphinx/types/Cargo.toml +++ b/common/nymsphinx/types/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-sphinx-types" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index 164a47925c..91217b8101 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-topology" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/version-checker/Cargo.toml b/common/version-checker/Cargo.toml index df15f395df..bc626fd8c8 100644 --- a/common/version-checker/Cargo.toml +++ b/common/version-checker/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "nym-version-checker" version = "0.1.0" -authors = ["Dave Hrycyszyn "] -edition = "2021" +edition = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html