# 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 = "javawithrust" version = "0.2.0" authors = ["Totobird Creations"] description = "Transfer function calls between Rust and Java in a rust-like (ish) way." homepage = "https://crates.io/crates/javawithrust" documentation = "https://docs.rs/javawithrust" readme = "README.md" keywords = [ "java", "shared-library", "library", "dynamic-library", "ffi", ] categories = ["development-tools::ffi"] license = "MIT" repository = "https://github.com/Totobird-Creations/JavaWithRust-Lib" [dependencies.j4rs] version = "0.13" [dependencies.j4rs_derive] version = "0.1" [dependencies.javawithrust_macro] version = "0.2" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"]