mirror of
https://github.com/BitskiCo/jwk-rs
synced 2024-11-24 12:59:22 +00:00
Remove syn dependency
This commit is contained in:
parent
c8a05d3360
commit
d89eb75794
@ -19,7 +19,6 @@ p256 = { version = "0.3", optional = true }
|
||||
rand = { version = "0.7", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
syn = { version = "1.0", features = ["full"] } # required to parse const generics
|
||||
thiserror = "1.0"
|
||||
yasna = { version = "0.3", optional = true, features = ["num-bigint"] }
|
||||
zeroize = { version = "1.1", features = ["zeroize_derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user