Skip to content

Commit

Permalink
rm unused serde_json feature
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 27, 2023
1 parent 0c760fa commit 41dc258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repository = "https://github.com/franziskuskiefer/hpke-rs"

[dependencies]
log = "0.4"
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
tls_codec = { version = "0.4.0", features = ["derive"], optional = true }
zeroize = { version = "1.5", features = ["zeroize_derive"] }
Expand All @@ -20,7 +19,7 @@ hpke-rs-crypto = { version = "0.1.3", path = "./traits" }
[features]
default = []
std = []
serialization = ["serde", "serde_json", "tls_codec", "tls_codec/serde", "std"]
serialization = ["serde", "tls_codec", "tls_codec/serde", "std"]
hazmat = []
hpke-test = ["std"]
hpke-test-prng = [] # ⚠️ Enable testing PRNG - DO NOT USE
Expand Down

0 comments on commit 41dc258

Please sign in to comment.