ocaml-interop 0.6.0

Utilities for Rust and OCaml interoperability
[dependencies.ocaml-boxroot-sys]
version = "0.1"

[dependencies.ocaml-sys]
version = "^0.20"

[dependencies.static_assertions]
version = "1.1.0"

[features]
without-ocamlopt = ["ocaml-sys/without-ocamlopt"]

[package]
authors = ["Bruno Deferrari <utizoc@gmail.com>"]
description = "Utilities for Rust and OCaml interoperability"
edition = "2018"
exclude = [".github/*"]
homepage = "http://github.com/simplestaking/ocaml-interop"
keywords = ["ocaml", "rust", "ffi", "interop"]
license = "MIT"
name = "ocaml-interop"
repository = "http://github.com/simplestaking/ocaml-interop"
version = "0.6.0"
[package.metadata.docs.rs]
features = ["without-ocamlopt"]