[package] name = "diplomat-runtime" description = "Common runtime utilities used by diplomat codegen" version.workspace = true rust-version.workspace = true authors.workspace = true categories.workspace = true edition.workspace = true license.workspace = true repository.workspace = true keywords.workspace = true readme = "../README.md" [lib] path = "src/lib.rs" [features] jvm-callback-support = ["dep:jni"] log = ["dep:log"] [dependencies] jni = { version = "0.21", optional = true } log = { version = "0.4", optional = true }