# 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.5" authors = ["Raphael Cohn "] 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"