rust-lightning/lightning-invoice/src
Matt Corallo 31a9cd2d3d Drop the no-std feature from lightning-invoice
Now that we don't have to have everything in our entire ecosystem
use the same `std`/`no-std` feature combinations we should start by
untangling our own features a bit.

This takes another step by removing the `no-std` feature entirely
from the `lightning-invoice` crate and removing all feature
implications on dependencies from the remaining `std` feature.
2024-08-19 15:09:40 +00:00
..
de.rs Remove secp256k1 dependency. 2024-08-16 10:31:45 -07:00
lib.rs Drop the no-std feature from lightning-invoice 2024-08-19 15:09:40 +00:00
ser.rs Remove secp256k1 dependency. 2024-08-16 10:31:45 -07:00
tb.rs Pure import of lightning-invoice crate 2021-04-09 10:08:27 -04:00