# 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-aquascope" version = "0.3.4" authors = [ "Will Crichton ", "Gavin Gray ", ] include = [ "src/**/*", "Cargo.toml", "js/**/*", ] description = "Interactive Aquascope editor for your mdBook" license = "MIT" repository = "https://github.com/cognitive-engineering-lab/aquascope" [dependencies.anyhow] version = "1" [dependencies.aquascope_workspace_utils] version = "0.3" [dependencies.clap] version = "=4.3.24" features = ["derive"] [dependencies.flate2] version = "1" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1" [dependencies.mdbook-preprocessor-utils] version = "0.2.0" [dependencies.nom] version = "7" [dependencies.nom_locate] version = "4" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "=1.0.149" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.ts-rs] version = "6.2" [dependencies.wait-timeout] version = "0.2" [dev-dependencies.maplit] version = "1.0" [build-dependencies.anyhow] version = "1" [build-dependencies.mdbook-preprocessor-utils] version = "0.2.0" [features] dev = ["mdbook-preprocessor-utils/testing"]