ronky 0.0.13

Export a part of the Rust AST to JSON
Documentation
[dependencies.ronky_exported]
version = "0.0.13"

[dependencies.ronky_proc]
version = "0.0.13"

[dependencies.serde_json]
version = "1.0"

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

[lints.clippy]
cargo = "deny"
complexity = "deny"
correctness = "deny"
multiple_crate_versions = "allow"
perf = "deny"
style = "deny"
use_self = "deny"

[package]
authors = ["Arthur De Witte <dev@arthurdw.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "Export a part of the Rust AST to JSON"
edition = "2021"
keywords = ["rust", "ast", "exporter", "json", "development-tools"]
license = "GPL-3.0-or-later"
name = "ronky"
readme = "README.md"
repository = "https://github.com/Arthurdw/ronky"
version = "0.0.13"