ron2-doc 0.3.0

Generate Markdown documentation from RON schema files
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 = "2024"
name = "ron2-doc"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Markdown documentation from RON schema files"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ron-rs/ron2"

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

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ron2]
version = "0.3.0"
features = ["xdg"]

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.5"

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