[package]
edition = "2021"
name = "tatara-doc"
version = "0.2.5"
authors = ["Pleme.io <engineering@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Catalog browser — turn the registered tatara domains' compile + render + doc metadata into a stable Markdown index. The IDE / web view / `tatara doc` CLI all consume the same shape."
homepage = "https://github.com/pleme-io/tatara-lisp"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/tatara-lisp"
[lib]
name = "tatara_doc"
path = "src/lib.rs"
[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"
[dependencies.tatara-lisp]
version = "0.2.2"
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1