j4rs-171h 0.18.1

j4rs stands for 'Java for Rust' and allows effortless calls to Java code, from Rust
Documentation
[[bench]]
harness = false
name = "j4rs_benchmark"
[badges.travis-ci]
branch = "master"
repository = "astonbitecode/j4rs"
[build-dependencies.dirs]
version = "5.0"

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

[build-dependencies.glob]
version = "0.3"

[build-dependencies.java-locator]
version = "0.1"

[build-dependencies.sha2]
version = "0.10"
[dependencies.cesu8]
version = "1.1.0"

[dependencies.dunce]
version = "1.0"

[dependencies.fs_extra]
version = "1.3"

[dependencies.futures]
version = "0.3"

[dependencies.java-locator]
optional = true
version = "0.1"

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

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
optional = true
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.tokio]
features = ["full"]
version = "1.36"

[features]
default = ["dep:libloading", "dep:java-locator"]
no-runtime-libloading = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "j4rs"
path = "src/lib.rs"

[package]
authors = ["aston <astonbitecode@gmail.com>"]
build = "build.rs"
categories = ["api-bindings"]
description = "j4rs stands for 'Java for Rust' and allows effortless calls to Java code, from Rust"
edition = "2021"
keywords = ["java", "jni"]
license = "MIT OR Apache-2.0"
name = "j4rs-171h"
readme = "README.md"
repository = "https://github.com/astonbitecode/j4rs"
version = "0.18.1"