[dependencies.chrono]
features = ["serde"]
version = "0"
[dependencies.futures-util]
version = "0"
[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["net"]
version = "1"
[dependencies.tokio-tungstenite]
version = "0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[[example]]
name = "simple"
path = "examples/simple.rs"
[[example]]
name = "wait_for_revision"
path = "examples/wait_for_revision.rs"
[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls", "tokio-tungstenite/native-tls"]
rustls-tls = ["reqwest/rustls-tls", "tokio-tungstenite/rustls-tls-native-roots"]
[lib]
name = "strecken_info"
path = "src/lib.rs"
[package]
authors = ["AdriDoesThings <contact@adridoesthings.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust SDK to make requests to"
edition = "2021"
keywords = ["deutschebahn"]
license = "MIT OR Apache-2.0"
name = "strecken-info"
readme = "README.md"
repository = "https://github.com/AdriDevelopsThings/strecken-info-rs"
version = "2.0.0"