# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "duchess" version = "0.3.0" description = "Silky smooth Java-Rust interop" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/duchess-rs/duchess" [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" [features] default = ["dylibjvm"] dylibjvm = [ "java-locator", "libloading", ] jni_1_6 = [] jni_1_8 = []