[package] name = "traveltext" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = { version = "*", features = ["json", "charset", "native-certs"] } clap = { version = "3.0.12", features = [ "derive" ] } serde = { version = "1.0.135", features = [ "derive" ] } serde_json = "1.0.78" colored = "2.0.0" chrono = "0.4.19" itertools = "0.10.2" dirs = "4.0.0" toml = "0.5.8" hafas-rs = { git = "https://gitlab.com/Schmiddiii/hafas-rs", branch = "main" } tokio = { version = "1.5", features = ["rt-multi-thread", "macros"] }