[package] authors = ["Ilya Bylich "] description = "AST for lib-ruby-parser" name = "lib-ruby-parser-ast" version = "0.55.0" edition = "2021" include = ["/src/**/*.rs", "/Cargo.toml", "/README.md"] license = "MIT" repository = "https://github.com/lib-ruby-parser/ast" [features] default = [] codegen = ["lib-ruby-parser-nodes"] [dependencies] [build-dependencies] lib-ruby-parser-nodes = { optional = true, version = "0.55.0" }