jni 0.9.2

Rust bindings to the JNI
[package]
authors = ["Josh Chase <josh@prevoty.com>"]
description = "Rust bindings to the JNI"
documentation = "https://docs.rs/jni"
homepage = "https://docs.rs/jni"
keywords = [
    "ffi",
    "jni",
    "java",
]
license = "MIT/Apache-2.0"
name = "jni"
repository = "https://github.com/prevoty/jni-rs"
version = "0.9.2"

[dependencies]
cesu8 = "1.1.0"
combine = "2.5.2"
jni-sys = "0.3.0"
log = "0.3.8"

[build-dependencies]
walkdir = "2"

[dependencies.error-chain]
default-features = false
version = "0.11.0"

[features]
invocation = []
backtrace = ["error-chain/backtrace"]
default = ["backtrace"]