# 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" name = "ocaml-interop" version = "0.10.0" authors = ["Bruno Deferrari "] exclude = [".github/*"] description = "Utilities for Rust and OCaml interoperability" homepage = "https://github.com/tizoc/ocaml-interop" readme = "README.md" keywords = [ "ocaml", "rust", "ffi", "interop", ] license = "MIT" repository = "https://github.com/tizoc/ocaml-interop" [package.metadata.docs.rs] features = ["without-ocamlopt"] [dependencies.ocaml-boxroot-sys] version = "0.2" [dependencies.ocaml-sys] version = "0.23" [dependencies.static_assertions] version = "1.1.0" [features] caml-state = ["ocaml-sys/caml-state"] no-caml-startup = [] without-ocamlopt = [ "ocaml-sys/without-ocamlopt", "ocaml-boxroot-sys/without-ocamlopt", ]