ox_content_docs 0.3.0-alpha.2

Source code documentation generator for Ox Content (like cargo docs)
Documentation
[dependencies.ox_content_allocator]
version = "0.3.0-alpha.2"

[dependencies.ox_content_ast]
version = "0.3.0-alpha.2"

[dependencies.ox_content_parser]
version = "0.3.0-alpha.2"

[dependencies.ox_content_renderer]
version = "0.3.0-alpha.2"

[dependencies.oxc_allocator]
version = "0.44"

[dependencies.oxc_ast]
version = "0.44"

[dependencies.oxc_parser]
version = "0.44"

[dependencies.oxc_span]
version = "0.44"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
cargo_common_metadata = "allow"
cast_possible_truncation = "allow"
dbg_macro = "warn"
derive_partial_eq_without_eq = "allow"
doc_markdown = "allow"
elidable_lifetime_names = "allow"
if_not_else = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
print_stderr = "warn"
print_stdout = "warn"
range_plus_one = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
unnecessary_wraps = "allow"
unnested_or_patterns = "allow"
use_self = "allow"
wildcard_imports = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
non_local_definitions = "warn"
redundant_lifetimes = "warn"
unit_bindings = "warn"
unnameable_types = "warn"
unsafe_code = "warn"

[package]
authors = ["ubugeeei"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Source code documentation generator for Ox Content (like cargo docs)"
edition = "2021"
homepage = "https://github.com/ubugeeei/ox-content"
keywords = ["markdown", "documentation", "parser", "vite"]
license = "MIT"
name = "ox_content_docs"
readme = false
repository = "https://github.com/ubugeeei/ox-content"
rust-version = "1.83.0"
version = "0.3.0-alpha.2"