mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
peer_id: make quickcheck optional but default feature
This commit is contained in:
parent
bbfe54670a
commit
32aa34366c
2 changed files with 6 additions and 1 deletions
|
|
@ -12,9 +12,12 @@ rust-version.workspace = true
|
|||
[lib]
|
||||
name = "aquatic_peer_id"
|
||||
|
||||
[features]
|
||||
default = ["quickcheck"]
|
||||
|
||||
[dependencies]
|
||||
compact_str = "0.7"
|
||||
hex = "0.4"
|
||||
regex = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
quickcheck = "1"
|
||||
quickcheck = { version = "1", optional = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue