2020-05-14 17:32:08 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-notifier"
|
2020-10-07 20:20:42 -07:00
|
|
|
version = "1.5.0"
|
2020-05-14 17:32:08 -07:00
|
|
|
description = "Solana Notifier"
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2020-05-14 17:32:08 -07:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.4.8"
|
2020-10-11 09:41:20 -07:00
|
|
|
reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
2020-05-14 17:32:08 -07:00
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "solana_notifier"
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|