robusta_jni 0.2.2

Easy interop between Rust and Java
Documentation
# 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 = "2018"
name = "robusta_jni"
version = "0.2.2"
authors = ["Giovanni Berti <dev.giovanniberti@gmail.com>"]
exclude = [
    "/robusta-codegen",
    "/robusta-example",
    "README.md",
    "/robusta-android-example",
]
description = "Easy interop between Rust and Java"
documentation = "https://docs.rs/robusta/"
readme = "README.md"
keywords = [
    "ffi",
    "jni",
    "java",
]
categories = [
    "development-tools::ffi",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/giovanniberti/robusta"

[dependencies.jni]
version = "0.19.0"

[dependencies.paste]
version = "^1"

[dependencies.robusta-codegen]
version = "0.2"

[dependencies.static_assertions]
version = "^1"

[dev-dependencies.jni]
version = "0.19.0"
features = ["invocation"]