# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ovgu-canteen" version = "0.4.2" authors = ["Fin Christensen"] description = "A canteen parser library for the Otto-von-Guericke University Magdeburg." homepage = "https://fin-ger.github.io/rust-ovgu-canteen/" documentation = "https://docs.rs/ovgu-canteen/" readme = "README.md" keywords = ["ovgu", "canteen", "mensa"] categories = ["parsing"] license = "GPL-3.0" repository = "https://github.com/fin-ger/rust-ovgu-canteen/" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 0 debug = true debug-assertions = true [profile.release] opt-level = 3 debug = false debug-assertions = false [profile.test] opt-level = 3 debug = true debug-assertions = false [lib] crate-type = ["lib"] test = true doctest = true bench = false doc = true [dependencies.chrono] version = "0.4.11" features = ["serde"] [dependencies.derive_more] version = "0.99.3" [dependencies.failure] version = "0.1.7" [dependencies.futures] version = "0.3.4" [dependencies.hyper] version = "0.13.3" [dependencies.hyper-tls] version = "0.4.1" [dependencies.scraper] version = "0.11.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.48" [dev-dependencies.tokio] version = "0.2.13" features = ["full"] [badges.travis-ci] branch = "master" repository = "https://github.com/fin-ger/rust-ovgu-canteen/"