macaroon icon indicating copy to clipboard operation
macaroon copied to clipboard

Rust implementation of macaroons.

Results 8 macaroon issues
Sort by recently updated
recently updated
newest added

I've been looking into mutation testing for https://github.com/lightningdevkit/rust-lightning and came across https://github.com/sourcefrog/cargo-mutants which has the advantage of not requiring any actual changes to the source code we need to make....

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. Changelog Sourced from base64's changelog. 0.21.0 (not yet released) Migration Functions < 0.20 function 0.21 equivalent encode() engine::general_purpose::STANDARD.encode() or prelude::BASE64_STANDARD.encode()...

dependencies

For a project I'm working on, I wanted to use `macaroon` in a WebAssembly module (wasm32-wasi target). Unfortunately, libsodium makes this difficult if not impossible. I've republished my fork with...

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. 0.10.0 - 2022-11-24 MSRV changed to 1.60 to hide optional dependencies Fixes Resolved soundness issue...

dependencies

More test coverage, generically, would be great. In particular, corner cases of the (de)serialization process, and more complex 3rd-party macaroon situations. There are two sources of existing compatibility tests which...

good first issue
help wanted

I think the use of this type can be confusing to users. We should instead use `AsRef` in public method arguments, and simply return `Vec` or `String` (as appropriate) in...

The `sodiumoxide` crate is marked as "archived" and will receive only security updates going forward: https://github.com/sodiumoxide/sodiumoxide On the one hand, it should receive security updates, is stable, and is working...

This is a tracking issue for discussion around the future direction of this crate. 😄 The original crate [has been yanked](https://github.com/jacklund/libmacaroon-rs/issues/4#issuecomment-700388388) and the `macaroon` name reserved, but should have its...