parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
85 stars 51 forks source link

Makes the serde dependency optional. #526

Closed Superhepper closed 2 months ago

Superhepper commented 3 months ago

This fixes #525 adding the serde feature which when enabled makes it possible to serialize and deserialize the types that previously supported it automatically.