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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "jni" 15version = "0.20.0" 16authors = ["Josh Chase <[email protected]>"] 17description = "Rust bindings to the JNI" 18documentation = "https://docs.rs/jni" 19readme = "README.md" 20keywords = [ 21 "ffi", 22 "jni", 23 "java", 24] 25categories = ["api-bindings"] 26license = "MIT/Apache-2.0" 27repository = "https://github.com/jni-rs/jni-rs" 28 29[package.metadata.docs.rs] 30features = ["invocation"] 31 32[dependencies.cesu8] 33version = "1.1.0" 34 35[dependencies.combine] 36version = "4.1.0" 37 38[dependencies.jni-sys] 39version = "0.3.0" 40 41[dependencies.log] 42version = "0.4.4" 43 44[dependencies.thiserror] 45version = "1.0.20" 46 47[dev-dependencies.lazy_static] 48version = "1" 49 50[build-dependencies.walkdir] 51version = "2" 52 53[features] 54default = [] 55invocation = [] 56