diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 05b4fcd8c0..5b7e9715eb 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] full-serde = [] diff --git a/crates/compiler/Cargo.toml b/crates/compiler/Cargo.toml index f826f63553..f9e63d69fd 100644 --- a/crates/compiler/Cargo.toml +++ b/crates/compiler/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/crypto/Cargo.toml b/crates/crypto/Cargo.toml index e02ea436c2..e4b3f97063 100644 --- a/crates/crypto/Cargo.toml +++ b/crates/crypto/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "pathfinder_crypto" diff --git a/crates/executor/Cargo.toml b/crates/executor/Cargo.toml index 9c33a3662b..2984a2131a 100644 --- a/crates/executor/Cargo.toml +++ b/crates/executor/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/gateway-client/Cargo.toml b/crates/gateway-client/Cargo.toml index dc05f9d375..97bbc994fc 100644 --- a/crates/gateway-client/Cargo.toml +++ b/crates/gateway-client/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/gateway-test-fixtures/Cargo.toml b/crates/gateway-test-fixtures/Cargo.toml index ceda03f0fd..52fd52d047 100644 --- a/crates/gateway-test-fixtures/Cargo.toml +++ b/crates/gateway-test-fixtures/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pathfinder-common = { path = "../common" } diff --git a/crates/gateway-types/Cargo.toml b/crates/gateway-types/Cargo.toml index ec5be8c247..ef62b04423 100644 --- a/crates/gateway-types/Cargo.toml +++ b/crates/gateway-types/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/load-test/Cargo.toml b/crates/load-test/Cargo.toml index ba4983ee14..cd1960624b 100644 --- a/crates/load-test/Cargo.toml +++ b/crates/load-test/Cargo.toml @@ -6,7 +6,6 @@ authors = ["Equilibrium Labs "] edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.73" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] goose = "0.17.2" diff --git a/crates/merkle-tree/Cargo.toml b/crates/merkle-tree/Cargo.toml index 54daf4e1c6..ef1a42a034 100644 --- a/crates/merkle-tree/Cargo.toml +++ b/crates/merkle-tree/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/p2p/Cargo.toml b/crates/p2p/Cargo.toml index e2e530256a..1aa971a202 100644 --- a/crates/p2p/Cargo.toml +++ b/crates/p2p/Cargo.toml @@ -6,7 +6,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 5b370516ef..c667023444 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "pathfinder_lib" diff --git a/crates/retry/Cargo.toml b/crates/retry/Cargo.toml index 18738fd135..a831396e4e 100644 --- a/crates/retry/Cargo.toml +++ b/crates/retry/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { workspace = true } diff --git a/crates/rpc/Cargo.toml b/crates/rpc/Cargo.toml index b7dc771ea3..43cc862266 100644 --- a/crates/rpc/Cargo.toml +++ b/crates/rpc/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/serde/Cargo.toml b/crates/serde/Cargo.toml index c3cb703382..5da68f99a4 100644 --- a/crates/serde/Cargo.toml +++ b/crates/serde/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/stark_hash_python/Cargo.toml b/crates/stark_hash_python/Cargo.toml index 01f73ee27c..3b1c9b9ae7 100644 --- a/crates/stark_hash_python/Cargo.toml +++ b/crates/stark_hash_python/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.73" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "starknet_pathfinder_crypto" crate-type = ["cdylib"] diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 4ce401146c..f494ab25cf 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -5,7 +5,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 } diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index 134b7e7661..acb15e3ace 100644 --- a/crates/util/Cargo.toml +++ b/crates/util/Cargo.toml @@ -6,7 +6,6 @@ authors = { workspace = true } edition = { workspace = true } license = { 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 }