Sha256: 82fcf0ea9647e727cb84dd322c57beef4207ae6cef7dd6cbf030b899ebf78272
Contents?: true
Size: 618 Bytes
Versions: 6
Compression:
Stored size: 618 Bytes
Contents
[package] name = "pf2" version = "0.1.0" edition = "2021" authors = ["Daisuke Aritomo <osyoyu@osyoyu.com>"] publish = false [lib] crate-type = ["cdylib"] [dependencies] backtrace-sys2 = { path = "../../crates/backtrace-sys2" } env_logger = { version = "0.11.0", optional = true } libc = "0.2.149" log = "0.4.20" rb-sys = { version = "0.9.82", features = ["stable-api", "stable-api-compiled-testing"] } # using stable-api-compiled-testing for generating bindings from Ruby source serde = "1.0.189" serde_derive = "1.0.189" serde_json = "1.0.107" [build-dependencies] cc = "1.0.83" [features] debug = ["env_logger"]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pf2-0.6.0 | ext/pf2/Cargo.toml |
pf2-0.5.2 | ext/pf2/Cargo.toml |
pf2-0.5.1 | ext/pf2/Cargo.toml |
pf2-0.5.0 | ext/pf2/Cargo.toml |
pf2-0.4.0 | ext/pf2/Cargo.toml |
pf2-0.3.0 | ext/pf2/Cargo.toml |