From 397130b8a8dfe3ad392ad80165de729c93e006af Mon Sep 17 00:00:00 2001 From: Mykhailo Kremniov Date: Fri, 13 Mar 2026 11:55:46 +0200 Subject: [PATCH] Cargo.toml: remove the deprecated and outdated "authors" field; remove the useless copy-pasted comment "See more keys and their definitions at..." --- Cargo.toml | 5 ----- accounting/Cargo.toml | 2 -- api-server/api-server-common/Cargo.toml | 2 -- api-server/scanner-daemon/Cargo.toml | 3 --- api-server/scanner-lib/Cargo.toml | 2 -- api-server/web-server/Cargo.toml | 3 --- blockprod/Cargo.toml | 2 -- chainstate/constraints-value-accumulator/Cargo.toml | 2 -- chainstate/storage/Cargo.toml | 2 -- chainstate/test-framework/Cargo.toml | 2 -- chainstate/test-suite/Cargo.toml | 2 -- chainstate/tx-verifier/Cargo.toml | 2 -- chainstate/types/Cargo.toml | 2 -- common/Cargo.toml | 2 -- crypto/Cargo.toml | 3 --- dns-server/Cargo.toml | 3 --- logging/Cargo.toml | 2 -- mempool/Cargo.toml | 2 -- mintscript/Cargo.toml | 2 -- mocks/Cargo.toml | 2 -- networking/Cargo.toml | 2 -- node-daemon/Cargo.toml | 3 --- node-gui/Cargo.toml | 7 ------- node-gui/backend/Cargo.toml | 7 ------- node-lib/Cargo.toml | 2 -- orders-accounting/Cargo.toml | 2 -- pos-accounting/Cargo.toml | 2 -- randomness/Cargo.toml | 2 -- serialization/core/Cargo.toml | 2 -- test-rpc-functions/Cargo.toml | 2 -- test-utils/Cargo.toml | 2 -- tokens-accounting/Cargo.toml | 2 -- utxo/Cargo.toml | 2 -- wallet/Cargo.toml | 2 -- wallet/storage/Cargo.toml | 2 -- wallet/types/Cargo.toml | 2 -- wallet/wallet-address-generator-lib/Cargo.toml | 2 -- wallet/wallet-address-generator/Cargo.toml | 3 --- wallet/wallet-cli-commands/Cargo.toml | 2 -- wallet/wallet-cli-lib/Cargo.toml | 2 -- wallet/wallet-cli/Cargo.toml | 7 ------- wallet/wallet-controller/Cargo.toml | 2 -- wallet/wallet-node-client/Cargo.toml | 2 -- wallet/wallet-rpc-client/Cargo.toml | 2 -- wallet/wallet-rpc-daemon/Cargo.toml | 5 ----- wasm-wrappers/Cargo.toml | 2 -- wasm-wrappers/wasm-doc-gen/Cargo.toml | 2 -- 47 files changed, 121 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28ac8b8066..eeee43db54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,6 @@ repository = "https://github.com/mintlayer/mintlayer-core" readme = "README.md" license = "MIT" version = "1.2.1" -authors = [ - "Samer Afach ", - "Ben Marsh ", - "Enrico Rubboli ", -] edition = "2021" [workspace] diff --git a/accounting/Cargo.toml b/accounting/Cargo.toml index 564cf41924..90da94fd13 100644 --- a/accounting/Cargo.toml +++ b/accounting/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../common" } serialization = { path = "../serialization" } diff --git a/api-server/api-server-common/Cargo.toml b/api-server/api-server-common/Cargo.toml index 6cd061e826..532df17ed4 100644 --- a/api-server/api-server-common/Cargo.toml +++ b/api-server/api-server-common/Cargo.toml @@ -5,8 +5,6 @@ rust-version.workspace = true version.workspace = true license.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../../common" } crypto = { path = "../../crypto/" } diff --git a/api-server/scanner-daemon/Cargo.toml b/api-server/scanner-daemon/Cargo.toml index 9c14f4c49a..30ea5a004d 100644 --- a/api-server/scanner-daemon/Cargo.toml +++ b/api-server/scanner-daemon/Cargo.toml @@ -4,9 +4,6 @@ edition.workspace = true rust-version.workspace = true version.workspace = true license.workspace = true -authors = ["Samer Afach ", "Ben Marsh ", "Enrico Rubboli "] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] api-server-common = { path = "../api-server-common" } diff --git a/api-server/scanner-lib/Cargo.toml b/api-server/scanner-lib/Cargo.toml index 7d531dd5e7..6bce07761c 100644 --- a/api-server/scanner-lib/Cargo.toml +++ b/api-server/scanner-lib/Cargo.toml @@ -5,8 +5,6 @@ rust-version.workspace = true version.workspace = true license.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] api-server-common = { path = "../api-server-common" } chainstate = { path = "../../chainstate" } diff --git a/api-server/web-server/Cargo.toml b/api-server/web-server/Cargo.toml index ad0972d7a7..cfc66fa45a 100644 --- a/api-server/web-server/Cargo.toml +++ b/api-server/web-server/Cargo.toml @@ -4,9 +4,6 @@ edition.workspace = true rust-version.workspace = true version.workspace = true license.workspace = true -authors = ["Samer Afach ", "Ben Marsh ", "Enrico Rubboli "] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] api-server-common = { path = "../api-server-common" } diff --git a/blockprod/Cargo.toml b/blockprod/Cargo.toml index 0e647b6fc4..449ec09b1d 100644 --- a/blockprod/Cargo.toml +++ b/blockprod/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = "../chainstate/" } chainstate-types = { path = "../chainstate/types" } diff --git a/chainstate/constraints-value-accumulator/Cargo.toml b/chainstate/constraints-value-accumulator/Cargo.toml index 7222f15c45..b7729bf379 100644 --- a/chainstate/constraints-value-accumulator/Cargo.toml +++ b/chainstate/constraints-value-accumulator/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../../common" } crypto = { path = "../../crypto" } diff --git a/chainstate/storage/Cargo.toml b/chainstate/storage/Cargo.toml index 06b35cb5d7..d1c870a036 100644 --- a/chainstate/storage/Cargo.toml +++ b/chainstate/storage/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../../accounting" } chainstate-types = { path = "../types" } diff --git a/chainstate/test-framework/Cargo.toml b/chainstate/test-framework/Cargo.toml index 213c4eb550..24d7a3ba0f 100644 --- a/chainstate/test-framework/Cargo.toml +++ b/chainstate/test-framework/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = ".." } chainstate-storage = { path = "../storage", features = ["expensive-reads"]} diff --git a/chainstate/test-suite/Cargo.toml b/chainstate/test-suite/Cargo.toml index 795583a79a..f55e86a5d1 100644 --- a/chainstate/test-suite/Cargo.toml +++ b/chainstate/test-suite/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../../accounting" } chainstate = { path = "../" } diff --git a/chainstate/tx-verifier/Cargo.toml b/chainstate/tx-verifier/Cargo.toml index 8a9574b037..268c9a8101 100644 --- a/chainstate/tx-verifier/Cargo.toml +++ b/chainstate/tx-verifier/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../../accounting" } chainstate-storage = { path = "../storage" } diff --git a/chainstate/types/Cargo.toml b/chainstate/types/Cargo.toml index 2a360f54e2..7c89d69592 100644 --- a/chainstate/types/Cargo.toml +++ b/chainstate/types/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../../common/" } crypto = { path = "../../crypto" } diff --git a/common/Cargo.toml b/common/Cargo.toml index ce51063582..f5f1dee55b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] crypto = { path = "../crypto" } logging = { path = "../logging/" } diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index c4ea564d98..7e3af9d1cd 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -4,9 +4,6 @@ license.workspace = true version.workspace = true edition.workspace = true rust-version.workspace = true -authors = ["Samer Afach ", "Ben Marsh ", "Enrico Rubboli "] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/dns-server/Cargo.toml b/dns-server/Cargo.toml index c356756e35..c0fb23fe02 100644 --- a/dns-server/Cargo.toml +++ b/dns-server/Cargo.toml @@ -4,9 +4,6 @@ license.workspace = true version.workspace = true edition.workspace = true rust-version.workspace = true -authors = ["Samer Afach ", "Ben Marsh ", "Enrico Rubboli "] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chainstate = { path = "../chainstate" } diff --git a/logging/Cargo.toml b/logging/Cargo.toml index 04dd2c7031..6c378baacf 100644 --- a/logging/Cargo.toml +++ b/logging/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] console-subscriber = { workspace = true, optional = true } log.workspace = true diff --git a/mempool/Cargo.toml b/mempool/Cargo.toml index 714354ab61..13fd48fadf 100644 --- a/mempool/Cargo.toml +++ b/mempool/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../accounting" } chainstate = { path = "../chainstate" } diff --git a/mintscript/Cargo.toml b/mintscript/Cargo.toml index b587cf44c4..b248daad60 100644 --- a/mintscript/Cargo.toml +++ b/mintscript/Cargo.toml @@ -5,8 +5,6 @@ rust-version.workspace = true version.workspace = true license.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../common" } crypto = { path = "../crypto" } diff --git a/mocks/Cargo.toml b/mocks/Cargo.toml index 267547e7f2..de13fc3aab 100644 --- a/mocks/Cargo.toml +++ b/mocks/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = "../chainstate/" } chainstate-types = { path = "../chainstate/types" } diff --git a/networking/Cargo.toml b/networking/Cargo.toml index 89835f1d5a..dcdde8c642 100644 --- a/networking/Cargo.toml +++ b/networking/Cargo.toml @@ -5,8 +5,6 @@ rust-version.workspace = true version.workspace = true license.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] randomness = { path = "../randomness" } serialization = { path = "../serialization" } diff --git a/node-daemon/Cargo.toml b/node-daemon/Cargo.toml index 05d89fadbc..d1feb0f91f 100644 --- a/node-daemon/Cargo.toml +++ b/node-daemon/Cargo.toml @@ -4,9 +4,6 @@ license.workspace = true version.workspace = true edition.workspace = true rust-version.workspace = true -authors = ["Samer Afach ", "Ben Marsh ", "Enrico Rubboli "] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] logging = { path = "../logging" } diff --git a/node-gui/Cargo.toml b/node-gui/Cargo.toml index 77c630848b..bb89145a43 100644 --- a/node-gui/Cargo.toml +++ b/node-gui/Cargo.toml @@ -5,13 +5,6 @@ license.workspace = true version.workspace = true edition.workspace = true rust-version.workspace = true -authors = [ - "Samer Afach ", - "Ben Marsh ", - "Enrico Rubboli ", -] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chainstate = { path = "../chainstate" } diff --git a/node-gui/backend/Cargo.toml b/node-gui/backend/Cargo.toml index a94afe1352..c654039458 100644 --- a/node-gui/backend/Cargo.toml +++ b/node-gui/backend/Cargo.toml @@ -5,13 +5,6 @@ license.workspace = true version.workspace = true edition.workspace = true rust-version.workspace = true -authors = [ - "Samer Afach ", - "Ben Marsh ", - "Enrico Rubboli ", -] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chainstate = { path = "../../chainstate" } diff --git a/node-lib/Cargo.toml b/node-lib/Cargo.toml index 7a75a7c90a..cfb8b9e72c 100644 --- a/node-lib/Cargo.toml +++ b/node-lib/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] blockprod = { path = "../blockprod" } chainstate = { path = "../chainstate" } diff --git a/orders-accounting/Cargo.toml b/orders-accounting/Cargo.toml index e14db9fe99..74e737bc46 100644 --- a/orders-accounting/Cargo.toml +++ b/orders-accounting/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../accounting" } common = { path = "../common" } diff --git a/pos-accounting/Cargo.toml b/pos-accounting/Cargo.toml index 369227216e..5fb643cb68 100644 --- a/pos-accounting/Cargo.toml +++ b/pos-accounting/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../accounting" } common = { path = "../common" } diff --git a/randomness/Cargo.toml b/randomness/Cargo.toml index 1d5cffb7a2..e511484f9b 100644 --- a/randomness/Cargo.toml +++ b/randomness/Cargo.toml @@ -5,7 +5,5 @@ rust-version.workspace = true version.workspace = true license.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] rand.workspace = true diff --git a/serialization/core/Cargo.toml b/serialization/core/Cargo.toml index 7c1d476b31..27864e0538 100644 --- a/serialization/core/Cargo.toml +++ b/serialization/core/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] parity-scale-codec = { workspace = true, features = ["derive", "chain-error", "std"] } diff --git a/test-rpc-functions/Cargo.toml b/test-rpc-functions/Cargo.toml index 608b31801c..1e88c58246 100644 --- a/test-rpc-functions/Cargo.toml +++ b/test-rpc-functions/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate-types = { path = "../chainstate/types" } chainstate = { path = "../chainstate/" } diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 301206ebab..3e95605c4f 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../common" } crypto = { path = "../crypto" } diff --git a/tokens-accounting/Cargo.toml b/tokens-accounting/Cargo.toml index ae32995d42..45856e22f6 100644 --- a/tokens-accounting/Cargo.toml +++ b/tokens-accounting/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] accounting = { path = "../accounting" } chainstate-types = { path = "../chainstate/types" } diff --git a/utxo/Cargo.toml b/utxo/Cargo.toml index 267fa73e9c..36399e9eb4 100644 --- a/utxo/Cargo.toml +++ b/utxo/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate-types = { path = "../chainstate/types" } common = { path = "../common" } diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index f7e4e4cc48..b60b6c8c97 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = "../chainstate" } common = { path = "../common" } diff --git a/wallet/storage/Cargo.toml b/wallet/storage/Cargo.toml index 7fe01f88c4..7d8656bfcd 100644 --- a/wallet/storage/Cargo.toml +++ b/wallet/storage/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../../common" } crypto = { path = "../../crypto" } diff --git a/wallet/types/Cargo.toml b/wallet/types/Cargo.toml index ecaac50d19..a1b5d7bdb3 100644 --- a/wallet/types/Cargo.toml +++ b/wallet/types/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../../common/" } crypto = { path = "../../crypto/" } diff --git a/wallet/wallet-address-generator-lib/Cargo.toml b/wallet/wallet-address-generator-lib/Cargo.toml index 6224cb60bb..4d31ef851b 100644 --- a/wallet/wallet-address-generator-lib/Cargo.toml +++ b/wallet/wallet-address-generator-lib/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] common = { path = "../../common" } utils = { path = "../../utils" } diff --git a/wallet/wallet-address-generator/Cargo.toml b/wallet/wallet-address-generator/Cargo.toml index 4a7cb66834..8e19dae64c 100644 --- a/wallet/wallet-address-generator/Cargo.toml +++ b/wallet/wallet-address-generator/Cargo.toml @@ -4,9 +4,6 @@ license.workspace = true edition.workspace = true version.workspace = true rust-version.workspace = true -authors = ["Samer Afach ", "Ben Marsh ", "Enrico Rubboli "] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] common = { path = "../../common" } diff --git a/wallet/wallet-cli-commands/Cargo.toml b/wallet/wallet-cli-commands/Cargo.toml index ac3c7f055e..42a1c9c668 100644 --- a/wallet/wallet-cli-commands/Cargo.toml +++ b/wallet/wallet-cli-commands/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = "../../chainstate" } common = { path = "../../common" } diff --git a/wallet/wallet-cli-lib/Cargo.toml b/wallet/wallet-cli-lib/Cargo.toml index a08641f07d..7d2c9c9345 100644 --- a/wallet/wallet-cli-lib/Cargo.toml +++ b/wallet/wallet-cli-lib/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = "../../chainstate" } common = { path = "../../common" } diff --git a/wallet/wallet-cli/Cargo.toml b/wallet/wallet-cli/Cargo.toml index 4d35b41a9d..fd6bc80fb5 100644 --- a/wallet/wallet-cli/Cargo.toml +++ b/wallet/wallet-cli/Cargo.toml @@ -4,13 +4,6 @@ license.workspace = true edition.workspace = true version.workspace = true rust-version.workspace = true -authors = [ - "Samer Afach ", - "Ben Marsh ", - "Enrico Rubboli ", -] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] utils = { path = "../../utils" } diff --git a/wallet/wallet-controller/Cargo.toml b/wallet/wallet-controller/Cargo.toml index ca1b880809..160ec4ea4c 100644 --- a/wallet/wallet-controller/Cargo.toml +++ b/wallet/wallet-controller/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] blockprod = { path = "../../blockprod" } chainstate = { path = "../../chainstate" } diff --git a/wallet/wallet-node-client/Cargo.toml b/wallet/wallet-node-client/Cargo.toml index 81744b7bc3..713c25fb79 100644 --- a/wallet/wallet-node-client/Cargo.toml +++ b/wallet/wallet-node-client/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] blockprod = { path = "../../blockprod" } chainstate = { path = "../../chainstate" } diff --git a/wallet/wallet-rpc-client/Cargo.toml b/wallet/wallet-rpc-client/Cargo.toml index f019a9a22f..cb1606d275 100644 --- a/wallet/wallet-rpc-client/Cargo.toml +++ b/wallet/wallet-rpc-client/Cargo.toml @@ -5,8 +5,6 @@ edition.workspace = true version.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] chainstate = { path = "../../chainstate" } common = { path = "../../common" } diff --git a/wallet/wallet-rpc-daemon/Cargo.toml b/wallet/wallet-rpc-daemon/Cargo.toml index 784b1b9797..0e0d309317 100644 --- a/wallet/wallet-rpc-daemon/Cargo.toml +++ b/wallet/wallet-rpc-daemon/Cargo.toml @@ -4,11 +4,6 @@ license.workspace = true edition.workspace = true version.workspace = true rust-version.workspace = true -authors = [ - "Samer Afach ", - "Ben Marsh ", - "Enrico Rubboli ", -] [dependencies] diff --git a/wasm-wrappers/Cargo.toml b/wasm-wrappers/Cargo.toml index 41da62ec4a..e5ada60133 100644 --- a/wasm-wrappers/Cargo.toml +++ b/wasm-wrappers/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [lib] crate-type = ["cdylib"] diff --git a/wasm-wrappers/wasm-doc-gen/Cargo.toml b/wasm-wrappers/wasm-doc-gen/Cargo.toml index 26d818e21f..67f5e1e536 100644 --- a/wasm-wrappers/wasm-doc-gen/Cargo.toml +++ b/wasm-wrappers/wasm-doc-gen/Cargo.toml @@ -5,8 +5,6 @@ version.workspace = true edition.workspace = true rust-version.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow = { workspace = true } clap = { workspace = true, features = ["derive"] }