1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2025-07-12 04:52:54 +00:00

Remove syn dependency

This commit is contained in:
Nick Hynes
2021-01-25 22:22:05 +03:00
parent c8a05d3360
commit d89eb75794

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