# 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 = "2021" name = "ruby-prism-sys" version = "1.2.0" authors = [ "Steve Loveless ", "Ian Ker-Seymer ", "Kevin Newton ", ] build = "build/main.rs" links = "prism" include = [ "src/", "build/", "Cargo.toml", "Cargo.lock", "README.md", "vendor", ] description = "Rust bindings to Ruby's prism parsing library" readme = "README.md" keywords = [ "ruby", "parser", "ffi", "bindings", ] categories = [ "api-bindings", "development-tools::ffi", "external-ffi-bindings", "parsing", ] license-file = "LICENSE.md" repository = "https://github.com/ruby/prism" [build-dependencies.bindgen] version = "0.66" [build-dependencies.cc] version = "1.0" optional = true [features] default = ["vendored"] vendored = ["dep:cc"]