j4rs 0.5.1

j4rs stands for 'Java for Rust' and allows effortless calls to Java code, from Rust
Documentation
# 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]
edition = "2018"
name = "j4rs"
version = "0.5.1"
authors = ["aston <astonbitecode@gmail.com>"]
build = "build.rs"
description = "j4rs stands for 'Java for Rust' and allows effortless calls to Java code, from Rust"
readme = "README.md"
keywords = ["java", "jni"]
categories = ["api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/astonbitecode/j4rs"

[lib]
name = "j4rs"
crate-type = ["rlib", "cdylib"]
path = "src/lib.rs"
[dependencies.java-locator]
version = "0.1"

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

[dependencies.lazy_static]
version = "1.1"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[build-dependencies.dirs]
version = "1.0"

[build-dependencies.fs_extra]
version = "1.1"

[build-dependencies.java-locator]
version = "0.1"
[badges.travis-ci]
branch = "master"
repository = "astonbitecode/j4rs"