[package]
name = "railway-provider-search-ch"
version = "0.1.0"
authors = ["Julian Schmidhuber <railway-backend@schmidhuberj.de>"]
edition = "2021"
description = "Implementation of the search.ch client for Railway"
repository = "https://gitlab.com/schmiddi-on-mobile/railway-backend"
license = "AGPL-3.0-or-later OR EUPL-1.2"
keywords = ["railway-backend", "train", "public-transport"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rcore = { package = "railway-core", path = "../railway-core", version = "0.1" }

serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"

chrono = { version = "0.4" }
chrono-tz = "0.8.6"
url = "2.5.0"

async-trait = "0.1"

[features]
rt-multi-thread = [ "rcore/rt-multi-thread" ]
polylines = [ "rcore/polylines" ]

[dev-dependencies]
tokio = { version = "1.37", features = [ "rt-multi-thread", "macros" ] }
env_logger = "0.11.3"
rcore = { package = "railway-core", path = "../railway-core", features = [ "hyper-requester" ] }