[dependencies.async-stream]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tokio-tungstenite]
version = "0.26"
[[example]]
name = "watch_hostnames"
path = "examples/watch_hostnames.rs"
[features]
default = ["native-tls"]
native-tls = ["tokio-tungstenite/native-tls"]
rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]
[lib]
name = "certstreamrs"
path = "src/lib.rs"
[package]
authors = ["Andrew Gutekanst <andrew.gutekanst@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for streaming Certificate Transparency Log events from the certstream service"
edition = "2021"
license = "MIT"
name = "certstreamrs"
readme = "README.md"
repository = "https://github.com/Andoryuuta/certstream-rs"
version = "0.1.2"
[[test]]
name = "tests"
path = "tests/tests.rs"