# 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 = "xkcd-search" version = "0.1.2" authors = ["trivernis "] description = "Search for xkcd comics and retrieve metadata" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/xkcd-search-rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.3" features = ["json", "serde_json"] [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0.125" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.24" [dependencies.trigram] version = "0.4.4" [dev-dependencies.tokio] version = "1.5.0" features = ["macros", "rt-multi-thread"] [features] rustls = ["reqwest/rustls"]