[[bench]]
name = "doc_parser"
path = "benches/doc_parser.rs"
[dependencies.ammonia]
optional = true
version = "4.0.0"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.comrak]
default-features = false
optional = true
version = "0.29.0"
[dependencies.deno_ast]
version = "0.43.0"
[dependencies.deno_graph]
default-features = false
features = ["symbols"]
version = "0.85.0"
[dependencies.deno_path_util]
version = "0.2.1"
[dependencies.futures]
version = "0.3.30"
[dependencies.handlebars]
features = ["string_helpers"]
version = "6.1"
[dependencies.html-escape]
version = "0.2.13"
[dependencies.import_map]
version = "0.20.0"
[dependencies.indexmap]
version = "2.3.0"
[dependencies.itoa]
version = "1.0.11"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.regex]
version = "1.10.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.122"
[dependencies.termcolor]
version = "1.4.1"
[dev-dependencies.anyhow]
version = "1.0.86"
[dev-dependencies.clap]
version = "2.34.0"
[dev-dependencies.console_static_text]
version = "0.8.2"
[dev-dependencies.criterion]
features = ["async_futures", "html_reports"]
version = "0.4.0"
[dev-dependencies.file_test_runner]
version = "0.7.2"
[dev-dependencies.insta]
features = ["json"]
version = "1.39.0"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.39.2"
[[example]]
name = "ddoc"
path = "examples/ddoc/main.rs"
required-features = ["comrak"]
[features]
comrak = ["dep:comrak", "ammonia"]
default = ["rust", "comrak"]
rust = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "deno_doc"
path = "src/lib.rs"
[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "doc generation for deno"
edition = "2021"
license = "MIT"
name = "deno_doc"
readme = "README.md"
repository = "https://github.com/denoland/deno_doc"
version = "0.160.0"
[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = "s"
[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.69"
[target.'cfg(target_arch = "wasm32")'.dependencies.percent-encoding]
version = "2.3.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "=0.5.0"
[target.'cfg(target_arch = "wasm32")'.dependencies.url]
version = "2.4.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.92"
[[test]]
name = "html_test"
path = "tests/html_test.rs"
[[test]]
harness = false
name = "specs"
path = "tests/specs_test.rs"