[package]
name = "predicator"
version = "0.0.5"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "predicator allows the creation, loading, and unloading of Rust and other language plugins on the fly using LLVM's ORC JIT"
homepage = "https://github.com/lemonrock/predicator"
readme = "README.md"
keywords = ["llvm", "jit", "orc", "plugin"]
categories = ["no-std"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/predicator.git"
[dependencies.cpp]
version = "0.3"
[dependencies.libc]
version = "^0.2"
[dependencies.llvm-sys]
version = "40.0.*"
[dependencies.maplit]
version = "^1.0"
[dependencies.rand]
version = "0.3"
[dependencies.rust-extra]
version = "0.0.17"
[build-dependencies.cpp_build]
version = "0.3"