[package] name = "math_paper" version = "0.3.5" edition = "2021" readme = "README.md" authors = ["JCKeep 2407018371@qq.com"] license = "MIT OR Apache-2.0" include = ["**/*.rs", "Cargo.toml", "**/*.java"] description = "A simple dynamic library to generate a math paper with Java Native Method" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate_type = ["dylib"] [dependencies] rand = "0.8.5" lazy_static = "1.4.0" jni = "0.19.0"