[package]
edition = "2021"
name = "duchess"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Silky smooth Java-Rust interop"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/duchess-rs/duchess"
[features]
default = ["dylibjvm"]
dylibjvm = [
"java-locator",
"libloading",
]
jni_1_6 = []
jni_1_8 = []
[lib]
name = "duchess"
path = "src/lib.rs"
[[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"
[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.3.0"
[dependencies.java-locator]
version = "0.1.3"
optional = true
[dependencies.jni-sys]
version = "0.3.0"
[dependencies.libloading]
version = "0.8.0"
optional = true
[dependencies.once_cell]
version = "1.17.1"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.tracing]
version = "0.1.37"