[package] name = "bbachain-notifier" version = "0.1.1" description = "BBA Chain Notifier" authors = ["BTI Group Labs "] repository = "https://github.com/btigrouplabs/bbachain" license = "Apache-2.0" homepage = "https://bbachain.com/" documentation = "https://docs.rs/bbachain-notifier" edition = "2021" [dependencies] log = "0.4.14" reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } serde_json = "1.0" [lib] name = "bbachain_notifier" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]