# 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 = "busterminal" version = "1.1.4" authors = ["tmn "] description = """ A simple CLI for retrieving information from public transportation system in Norway """ homepage = "https://github.com/tmn/busterminal" documentation = "https://github.com/tmn/busterminal" readme = "README.md" keywords = [ "publictransportation", "transportation", "entur", "norway", ] categories = ["command-line-utilities"] license = "Apache-2.0 " repository = "https://github.com/tmn/busterminal" [[bin]] name = "busterminal" path = "src/main.rs" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.http] version = "0.2.9" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0.176" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.29.1" features = ["full"]