duchess 0.3.0

Silky smooth Java-Rust interop
[workspace]
members = ["duchess-reflect"]

[workspace.package]
version = "0.3.0"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/duchess-rs/duchess"
homepage = "https://duchess-rs.github.io/duchess/"
documentation = "https://duchess-rs.github.io/duchess/rustdoc/doc/duchess/index.html"

[package]
name = "duchess"
version.workspace = true
edition = "2021"
license.workspace = true
repository.workspace = true
description = "Silky smooth Java-Rust interop"
readme = "README.md"

[dependencies]
derive_more = "0.99.17"
duchess-macro = { path = "macro", version = "0.3.0" }
jni-sys = "0.3.0"
cesu8 = "1.1.0"
once_cell = "1.17.1"
thiserror = "1.0.40"
tracing = "0.1.37"
java-locator = { version = "0.1.3", optional = true }
libloading = { version = "0.8.0", optional = true }
derive-where = "1.2.1"

[features]
default = ["dylibjvm"]
dylibjvm = ["java-locator", "libloading"]
jni_1_6 = []
jni_1_8 = []