predicator 0.0.1

predicator allows the creation, loading, and unloading of Rust and other language plugins on the fly using LLVM's ORC JIT
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "predicator"
version = "0.0.1"
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 = "MIT"
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.libc]
version = "0.2"

[dependencies.rust-extra]
version = "0.0.13"

[dependencies.llvm-sys]
version = "40.0.*"

[dependencies.cpp]
version = "0.3"
[build-dependencies.cpp_build]
version = "0.3"