# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mvgfahrinfo" version = "1.2.0" authors = ["Faisal Ahmed"] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENCE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Get up-to-date departure times for Munich public transport in your terminal." homepage = "https://github.com/FaisalBinAhmed/MVGFahrinfo" readme = "README.md" keywords = [ "cli", "munich", "public-transport", "mvg", "ubahn", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/FaisalBinAhmed/MVGFahrinfo" [[bin]] name = "mvgfahrinfo" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.31" [dependencies.crossterm] version = "0.27.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.ratatui] version = "0.23.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"]