Sha256: f30a60163f5592f1765abbee5b34c334b1834f6b8501e886663d0e522bce130b

Contents?: true

Size: 1.9 KB

Versions: 4

Compression:

Stored size: 1.9 KB

Contents

# 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 = "magnus"
version = "0.7.1"
exclude = [
    ".github",
    ".gitignore",
]
description = "High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary."
homepage = "https://github.com/matsadler/magnus"
documentation = "https://docs.rs/magnus/"
readme = "README.md"
keywords = [
    "ruby",
    "rubygem",
    "extension",
    "gem",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/matsadler/magnus"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
doc-scrape-examples = false

[[example]]
name = "fibonacci"
doc-scrape-examples = false

[[example]]
name = "hello_world"
doc-scrape-examples = false

[[example]]
name = "mut_point"
doc-scrape-examples = false

[[example]]
name = "point"
doc-scrape-examples = false

[dependencies.bytes]
version = "1"
optional = true

[dependencies.magnus-macros]
version = "0.6.0"

[dependencies.rb-sys]
version = "0.9.85"
features = [
    "bindgen-rbimpls",
    "bindgen-deprecated-types",
    "stable-api",
]
default-features = false

[dependencies.seq-macro]
version = "0.3"

[dev-dependencies.rb-sys]
version = "0.9"
features = ["stable-api-compiled-fallback"]
default-features = false

[build-dependencies.rb-sys-env]
version = "0.1.2"

[features]
bytes = ["dep:bytes"]
default = ["old-api"]
embed = ["rb-sys/link-ruby"]
old-api = []
rb-sys = []

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/magnus-0.7.1/Cargo.toml
wasmtime-28.0.0 ./ext/cargo-vendor/magnus-0.7.1/Cargo.toml
wasmtime-27.0.0 ./ext/cargo-vendor/magnus-0.7.1/Cargo.toml
wasmtime-26.0.0 ./ext/cargo-vendor/magnus-0.7.1/Cargo.toml