[package]
edition = "2021"
name = "rbspy-ruby-structs"
version = "0.44.0"
authors = [
"Adam Jensen <acjensen@gmail.com>",
"Julia Evans <julia@jvns.ca>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate for rbspy. Contains Rust bindings for various internal Ruby structures for version 1.9.3 to 3.x."
homepage = "https://rbspy.github.io/"
documentation = "https://github.com/rbspy/rbspy"
readme = false
license = "MIT"
repository = "https://github.com/rbspy/rbspy"
[lib]
name = "rbspy_ruby_structs"
path = "src/lib.rs"
[dependencies]