[package]
name = "oak-ruby"
description = "Ruby dynamic programming language parser with support for object-oriented programming and modern Ruby features."
categories = ["parsing"]
keywords = ["parser", "ruby", "ast", "language"]
documentation = "https://docs.rs/oak-ruby"
readme = "readme.md"
version.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
[dependencies]
oak-core = { workspace = true }
oak-highlight = { workspace = true, optional = true }
oak-pretty-print = { workspace = true, optional = true }
serde = { workspace = true }
[dev-dependencies]
oak-core = { workspace = true, features = ["testing"] }
walkdir = "2.5"
[features]
default = []
[package.metadata.docs.rs]
all-features = true