# 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 = "tuemensa" version = "0.2.0" authors = ["structix"] build = false exclude = ["screenshots"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command-line tool designed to retrieve the current meal plans for the canteens at Eberhard Karls Universität Tübingen." readme = "README.md" keywords = [ "cli", "canteen", "university", "tuebingen", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/STRUCTiX/tuemensa" [[bin]] name = "tuemensa" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_derive] version = "1.0.210" [dependencies.ureq] version = "2.10.1" features = [ "json", "tls", ]