# 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" rust-version = "1.65" name = "rb-sys-test-helpers" version = "0.2.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Helpers for testing Ruby extensions from Rust" homepage = "https://github.com/oxidize-rb/rb-sys" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/oxidize-rb/rb-sys" [lib] name = "rb_sys_test_helpers" path = "src/lib.rs" doctest = true bench = false [dependencies.rb-sys] version = "0.9.101" features = [ "link-ruby", "stable-api-compiled-testing", ] [dependencies.rb-sys-test-helpers-macros] version = "0.2.1" [dev-dependencies.rusty-fork] version = "0.3.0" [build-dependencies.rb-sys-env] version = "0.2.1"