Sha256: 258a82329550cf1e670a1ffe4871b58a38dbb1386a993cf9ba615c61c6724c30
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 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 = "2018" name = "magnus" version = "0.4.4" authors = ["Mat Sadler <mat@sourcetagsandcodes.com>"] exclude = [ ".github", ".gitignore", ] description = "High level Ruby bindings for Rust." homepage = "https://github.com/matsadler/magnus" documentation = "https://docs.rs/magnus/" readme = "README.md" keywords = ["ruby"] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/matsadler/magnus" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.magnus-macros] version = "0.3.0" [dependencies.rb-sys] version = "0.9.44" features = [ "bindgen-rbimpls", "bindgen-deprecated-types", ] default-features = false [dev-dependencies] [build-dependencies.rb-sys-env] version = "0.1.1" [features] embed = ["rb-sys/link-ruby"] rb-sys-interop = [] ruby-static = ["rb-sys/ruby-static"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-5.0.0 | ./ext/cargo-vendor/magnus-0.4.4/Cargo.toml |
wasmtime-0.4.1 | ./ext/cargo-vendor/magnus-0.4.4/Cargo.toml |