[dependencies.cesu8]
version = "1.1.0"
[dependencies.derive-where]
version = "1.2.1"
[dependencies.derive_more]
version = "0.99.17"
[dependencies.duchess-macro]
version = "0.2.1"
[dependencies.java-locator]
optional = true
version = "0.1.3"
[dependencies.jni-sys]
version = "0.3.0"
[dependencies.libloading]
optional = true
version = "0.8.0"
[dependencies.once_cell]
version = "1.17.1"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.tracing]
version = "0.1.37"
[features]
default = ["dylibjvm"]
dylibjvm = ["java-locator", "libloading"]
[lib]
name = "duchess"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Silky smooth Java-Rust interop"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "duchess"
readme = "README.md"
repository = "https://github.com/duchess-rs/duchess"
version = "0.2.2"
[[test]]
name = "arrays"
path = "tests/arrays.rs"
[[test]]
name = "bad_jvm_construction_1"
path = "tests/bad_jvm_construction_1.rs"
[[test]]
name = "bad_jvm_construction_2"
path = "tests/bad_jvm_construction_2.rs"
[[test]]
name = "good_jvm_construction_1"
path = "tests/good_jvm_construction_1.rs"
[[test]]
name = "good_jvm_construction_2"
path = "tests/good_jvm_construction_2.rs"
[[test]]
name = "racing_jvm_construction"
path = "tests/racing_jvm_construction.rs"
[[test]]
name = "string"
path = "tests/string.rs"
[[test]]
name = "test_hashmaps"
path = "tests/test_hashmaps.rs"