RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
536 stars 148 forks source link

Use namespaced features for `serde`; MSRV 1.60 #251

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Gets rid of the serde_crate hacks.

Weak/namespaced features should also make it possible to make more of the functionality in this crate optional.