[package] name = "shatter" version = "0.1.2" edition = "2021" authors = ["William Casarin "] license = "MIT" description = "A fast, zero-copy nostr content parser" repository = "https://github.com/damus-io/shatter" keywords = ["nostr"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.10.0" log = "0.4.19"