Sha256: 627acf8e1e4283ccc3b3dfac33e22b1035f5a80fac64d56118a6926f047b96b0
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
[package] name = "pf2" version = "0.1.0" edition = "2021" authors = ["Daisuke Aritomo <osyoyu@osyoyu.com>"] publish = false [lib] crate-type = ["cdylib"] [dependencies] 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pf2-0.2.0 | ext/pf2/Cargo.toml |