# 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" rust-version = "1.75.0" name = "mdbook-preprocessor-graphql-playground" version = "0.1.5" authors = ["Andreas Schaeffer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A preprocessor for mdbook to add GraphQL playgrounds." documentation = "https://aschaeffer.github.io/mdbook-preprocessor-graphql-playground/" readme = "README.md" keywords = [ "mdbook", "mdbook-plugins", "mdbook-preprocessor", "graphql", "playground", ] license = "MIT" repository = "https://github.com/aschaeffer/mdbook-preprocessor-graphql-playground" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true strip = "symbols" [[bin]] name = "mdbook-graphql-playground" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "0.4" [dependencies.mdbook-preprocessor-boilerplate] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tera] version = "1" [dependencies.uuid] version = "1.11" features = ["v4"]