# 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 = "mdbook-quiz" version = "0.3.10" authors = ["Will Crichton "] build = false include = [ "/src", "/js", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Interactive quizzes for your mdBook" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cognitive-engineering-lab/mdbook-quiz" [[bin]] name = "mdbook-quiz" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.html-escape] version = "0.2" [dependencies.log] version = "0.4.20" [dependencies.mdbook] version = "= 0.4.25" [dependencies.mdbook-aquascope] version = "0.3.4" optional = true [dependencies.mdbook-preprocessor-utils] version = "0.2.0" [dependencies.mdbook-quiz-schema] version = "0.3.4" [dependencies.mdbook-quiz-validate] version = "0.3.4" [dependencies.regex] version = "1" [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.5.4" [dependencies.toml_edit] version = "0.20.0" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.mdbook-preprocessor-utils] version = "0.2.0" features = ["testing"] [build-dependencies.anyhow] version = "1.0.75" [build-dependencies.mdbook-preprocessor-utils] version = "0.2.0" [features] aquascope = ["mdbook-aquascope"] rust-editor = [] source-map = []