[[bench]]
harness = false
name = "decode"
path = "benches/decode.rs"
[[bin]]
name = "notepack"
path = "src/main.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.hex]
version = "0.4.3"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[lib]
name = "notepack"
path = "src/lib.rs"
[package]
authors = ["William Casarin <jb55@jb55.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing", "cryptography"]
description = "A compact binary format and Rust library for encoding and decoding Nostr notes"
documentation = "https://docs.rs/notepack"
edition = "2024"
homepage = "https://github.com/jb55/notepack"
keywords = ["nostr", "serialization", "binary", "encoding"]
license = "MIT"
name = "notepack"
readme = "README.md"
repository = "https://github.com/jb55/notepack"
version = "0.3.0"