Sha256: fcbd3f1aa5e69563895d16be780383983b9510f957b37d3cc4dc71847fe2a32f

Contents?: true

Size: 1.97 KB

Versions: 9

Compression:

Stored size: 1.97 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.6.4"
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.81"
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 = ["friendly-api"]
deprecated-send-sync-value = []
embed = ["rb-sys/link-ruby"]
friendly-api = []
rb-sys = []
ruby-static = ["rb-sys/ruby-static"]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wasmtime-25.0.2 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-25.0.1 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-25.0.0 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-24.0.0 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-23.0.2 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-22.0.0 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-21.0.1 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-20.0.2 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml
wasmtime-20.0.0 ./ext/cargo-vendor/magnus-0.6.4/Cargo.toml