# 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 = "rust-quiz" version = "0.0.6" authors = ["David Tolnay "] exclude = ["rust-quiz"] description = "Medium to hard Rust questions with complete explanations" homepage = "https://dtolnay.github.io/rust-quiz" readme = "README.md" license = "CC-BY-SA-4.0" repository = "https://github.com/dtolnay/rust-quiz" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.clap] version = "4" features = [ "deprecated", "derive", ] [dependencies.futures] version = "0.3" [dependencies.http] version = "1" [dependencies.hyper] version = "1" features = [ "http1", "http2", "server", ] [dependencies.hyper-staticfile] version = "0.10" [dependencies.hyper-util] version = "0.1" features = ["tokio"] [dependencies.num_cpus] version = "1.0" [dependencies.oqueue] version = "0.1" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.0" [dependencies.pulldown-cmark] version = "0.9" [dependencies.rayon] version = "1.0" [dependencies.regex] version = "1.0" [dependencies.remain] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "full", "macros", ]