1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "jni" 16version = "0.19.0" 17authors = ["Josh Chase <josh@prevoty.com>"] 18description = "Rust bindings to the JNI" 19documentation = "https://docs.rs/jni" 20readme = "README.md" 21keywords = ["ffi", "jni", "java"] 22categories = ["api-bindings"] 23license = "MIT/Apache-2.0" 24repository = "https://github.com/jni-rs/jni-rs" 25[package.metadata.docs.rs] 26features = ["invocation"] 27[dependencies.cesu8] 28version = "1.1.0" 29 30[dependencies.combine] 31version = "4.1.0" 32 33[dependencies.jni-sys] 34version = "0.3.0" 35 36[dependencies.log] 37version = "0.4.4" 38 39[dependencies.thiserror] 40version = "1.0.20" 41[dev-dependencies.lazy_static] 42version = "1" 43[build-dependencies.walkdir] 44version = "2" 45 46[features] 47default = [] 48invocation = [] 49