[package] name = "nostr-ots" description = "Implementation of NIP-03: OpenTimestamps Attestations for Events" version = "0.2.1" authors = ["Riccardo Casatta "] license = "MIT" repository = "https://github.com/RCasatta/nostr-ots" edition = "2021" [dependencies] base64 = "0.21.0" bitcoin_hashes = "0.12.0" opentimestamps = "0.2.0" thiserror = "1.0.38" ureq = "2.6.2" [dev-dependencies] serde_json = "1.0.96"