[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" railway-provider-hafas = { git = "https://gitlab.com/schmiddi-on-mobile/railway-backend", branch = "main", features = [ "db-profile" ] } railway-core = { git = "https://gitlab.com/schmiddi-on-mobile/railway-backend", branch = "main", version = "0.1" , features = [ "hyper-requester" ]} tokio = { version = "1.5", features = ["rt-multi-thread", "macros"] } iana-time-zone = "0.1" chrono-tz = "0.8"