jerk 0.2.1

Java Embedding Rust Kit
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.bitflags]
version = "1.2"

[dependencies.jni-sys]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[features]
default = []
nightly = []

[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
categories = ["development-tools::build-utils", "development-tools::testing"]
description = "Java Embedding Rust Kit"
documentation = "https://docs.rs/jerk/"
edition = "2018"
include = ["/src/**/*.rs", "build.rs", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/Readme.md"]
keywords = ["java", "jvm", "test", "build", "metabuild"]
license = "MIT OR Apache-2.0"
name = "jerk"
readme = "Readme.md"
repository = "https://github.com/MaulingMonkey/jerk"
version = "0.2.1"
[package.metadata.docs.rs]
features = ["nightly"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.66"