nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet
I'm trying to use rust-nostr with Cloudflare Workers, but it exceeds the 1MiB limit.
Is there a way to reduce the size of the bundled rust-nostr?
(I'm new to Rust, so I'm sorry if this is a basic question.)
Total Upload: 2061.33 KiB / gzip: 1458.08 KiB
When I comment it out,
Total Upload: 459.45 KiB / gzip: 195.30 KiB
Here is the code.
Here is the Cloudflare Wokers document.