mdbook-angular 0.4.3

mdbook renderer to run angular code samples
Documentation
# 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-angular"
version = "0.4.3"
authors = ["Bram Gotink <bram@bram.dev>"]
build = false
exclude = [
    "node_modules",
    ".husky",
    ".vscode",
    ".prettier*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mdbook renderer to run angular code samples"
readme = "README.md"
keywords = [
    "mdbook",
    "angular",
]
categories = ["text-processing"]
license = "EUPL-1.2"
repository = "https://github.com/bgotink/mdbook-angular"

[features]
background = ["dep:libc"]
default = ["background"]

[lib]
name = "mdbook_angular"
path = "src/lib.rs"

[[bin]]
name = "mdbook-angular"
path = "src/main.rs"
doc = false

[[test]]
name = "fixture"
path = "tests/fixture.rs"

[[test]]
name = "option-collapsed"
path = "tests/option-collapsed.rs"

[[test]]
name = "option-no-playground"
path = "tests/option-no-playground.rs"

[[test]]
name = "without-options"
path = "tests/without-options.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.bytes-str]
version = "0.2.7"

[dependencies.chrono]
version = "0.4.38"
features = ["clock"]
default-features = false

[dependencies.env_logger]
version = "0.11.5"
default-features = false

[dependencies.handlebars]
version = "6.4.0"

[dependencies.log]
version = "0.4.22"
features = ["std"]

[dependencies.mdbook]
version = "0.4.52"
features = ["search"]
default-features = false

[dependencies.once_cell]
version = "1.20.2"

[dependencies.pathdiff]
version = "0.2.1"

[dependencies.pulldown-cmark]
version = "0.10.0"
default-features = false

[dependencies.pulldown-cmark-to-cmark]
version = "14.0.0"

[dependencies.regex]
version = "1.11.0"
features = [
    "std",
    "perf",
]
default-features = false

[dependencies.semver]
version = "1.0.23"

[dependencies.serde]
version = "1.0.210"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.128"

[dependencies.swc_core]
version = "55.0.2"
features = [
    "common",
    "ecma_parser_typescript",
    "ecma_ast",
]

[dependencies.toml]
version = "0.5.11"

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.copy_dir]
version = "0.1.3"

[dev-dependencies.select]
version = "0.6.0"

[dev-dependencies.tempfile]
version = "3.13.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.159"
optional = true