Cargo.toml (402B)
1 [package] 2 name = "shatter" 3 version = "0.1.2" 4 edition = "2021" 5 authors = ["William Casarin <jb55@jb55.com>"] 6 license = "MIT" 7 description = "A fast, zero-copy nostr content parser" 8 repository = "https://github.com/damus-io/shatter" 9 keywords = ["nostr"] 10 11 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 12 13 [dependencies] 14 env_logger = "0.10.0" 15 log = "0.4.19"