nargo-document 0.0.0

Nargo documentation tool
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 = "nargo-document"
version = "0.0.0"
authors = ["Nargo Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nargo documentation tool"
homepage = "https://github.com/doki-land/nargo"
documentation = "https://docs.rs/nargo-document"
readme = "README.md"
keywords = [
    "documentation",
    "doc",
    "nargo",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-document"

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

[[bin]]
name = "nargo-document"
path = "src/main.rs"

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

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

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

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

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

[dependencies.askama]
version = "0.12"

[dependencies.askama_derive]
version = "0.12"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.console]
version = "0.16.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.mime]
version = "0.3.17"

[dependencies.nargo-bundler]
version = "0.0.0"

[dependencies.nargo-parser]
version = "0.0.0"

[dependencies.nargo-types]
version = "0.0.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.oak-core]
version = "0.0.8"

[dependencies.oak-markdown]
version = "0.0.8"

[dependencies.oak-toml]
version = "0.0.8"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = [
    "full",
    "full",
]

[dependencies.toml]
version = "1.0.4"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.warp]
version = "0.4.2"
features = ["server"]

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