# 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 = "queue_times" version = "0.0.4" authors = ["Andy Ealovega "] description = "Client for scraping the queue times website." documentation = "https://docs.rs/queue_times/" readme = "./README.md" keywords = ["scraping", "queue-times"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1.50" optional = true [dependencies.chrono] version = "0.4.19" optional = true [dependencies.dashmap] version = "4.0.2" optional = true [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.3" features = ["blocking"] optional = true [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.tokio] version = "1.6.1" features = ["macros"] optional = true [dependencies.url] version = "2.2.2" [features] client = ["reqwest", "async-trait", "dashmap", "chrono", "tokio"]