biscuit-auth / biscuit-rust

Rust implementation of the Biscuit authorization token
https://www.biscuitsec.org
206 stars 28 forks source link

Add pem/der loaders to PublicKey #212

Open baranyildirim opened 6 months ago

baranyildirim commented 6 months ago

Similar to #204 It seems like the previous feature gate does not work correctly - cargo does not detect the pem feature unless it is also available in the biscuit-parser crate.

I assume something similar happened with the datalog-macro, so I've added an empty pem feature to biscuit-parser.

Geal commented 5 months ago

could you tell me more about what is not working properly? which error were you seeing?