summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 69b0ba845f28ef7893d2fb36f5487af8687abfae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"] }