[build-dependencies.cc]
version = "^1.0"
[dependencies]
[features]
bundle-boxroot = []
default = ["bundle-boxroot"]
link-ocaml-runtime-and-dummy-program = []
[package]
authors = ["Guillaume Munch-Maccagnoni <Guillaume.Munch-Maccagnoni@inria.fr>", "Gabriel Scherer <Gabriel.Scherer@inria.fr>", "Bruno Deferrari <utizoc@gmail.com>"]
description = "Boxroot for OCaml: fast movable GC roots (C API)"
edition = "2018"
homepage = "https://gitlab.com/ocaml-rust/ocaml-boxroot"
include = ["build.rs", "src/*.rs", "vendor/boxroot/*.c", "vendor/boxroot/*.h", "vendor/README.md", "vendor/Changes.md", "README.md"]
keywords = ["ocaml", "rust", "ffi"]
license = "MIT"
links = "ocaml-boxroot"
name = "ocaml-boxroot-sys"
readme = "README.md"
repository = "https://gitlab.com/ocaml-rust/ocaml-boxroot"
version = "0.3.0"
[package.metadata.docs.rs]
features = []