[package]
name = "predicator"
version = "0.0.3"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "benches/**/*.rs", "examples/**/*.rs", "tests/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml", "lib/**/*", "src/**/*.h", "tools/**/*", "bindgen-wrapper.conf.d/**/*", "compile-*.conf.d/**/*"]
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"
documentation = "https://github.com/lemonrock/predicator/blob/master/README.md"
readme = "README.md"
keywords = ["llvm", "jit", "orc", "plugin"]
categories = ["no-std"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/predicator.git"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
[dependencies.rust-extra]
version = "0.0.13"
[dependencies.cpp]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.tempfile]
version = "2.1.*"
[dependencies.llvm-sys]
version = "40.0.*"
[build-dependencies.cpp_build]
version = "0.3"