1
0
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:
Nick Hynes 2021-01-25 22:22:05 +03:00
parent c8a05d3360
commit d89eb75794
No known key found for this signature in database
GPG Key ID: 5B3463E9F1D73C83

View File

@ -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"] }