# 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.0" authors = ["Bram Gotink "] build = false exclude = [ "node_modules", ".husky", ".vscode", ".prettier*", ] 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" [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.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.env_logger] version = "0.11.5" default-features = false [dependencies.handlebars] version = "5.0" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.mdbook] version = "0.4.40" 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 = "0.106.4" 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" [features] background = ["dep:libc"] default = ["background"] [target."cfg(unix)".dependencies.libc] version = "0.2.159" optional = true