Skip to content

Commit

Permalink
remove with_serde from networks-helper and translator
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Feb 5, 2025
1 parent 5496d8a commit d4191b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions roles/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions roles/roles-utils/network-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ tokio = { version = "1", features = ["full"], optional = true }
binary_sv2 = { path = "../../../protocols/v2/binary-sv2/binary-sv2", optional = true }
codec_sv2 = { path = "../../../protocols/v2/codec-sv2", features=["noise_sv2"], optional = true }
const_sv2 = {path = "../../../protocols/v2/const-sv2"}
serde = { version = "1.0.89", features = ["derive"], default-features = false, optional = true }
tracing = { version = "0.1" }
futures = "0.3.28"

[features]
default = ["async-channel", "binary_sv2", "codec_sv2"]
async_std = ["async-std", "async-channel", "binary_sv2", "codec_sv2"]
with_tokio = ["tokio", "async-channel", "binary_sv2", "codec_sv2"]
with_serde = ["binary_sv2/with_serde", "serde", "codec_sv2/with_serde"]
with_buffer_pool = ["codec_sv2/with_buffer_pool"]

[package.metadata.docs.rs]
Expand Down
2 changes: 0 additions & 2 deletions roles/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ rand = "0.8.4"
[dev-dependencies]
sha2 = "0.10.6"

[features]
with_serde = []

0 comments on commit d4191b1

Please sign in to comment.