[badges.maintenance]
status = "experimental"
[dependencies.jimage-sys]
version = "0.1.0"
[dependencies.jni-sys]
version = "0.3"
[dev-dependencies.lazy_static]
version = "1"
[features]
nightly = []
[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
categories = ["api-bindings"]
description = "Safe bindings to jimage.dll, allowing you to read jimage format 'modules' files from AdoptOpenJDK containing class metadata, resources, etc."
edition = "2018"
include = ["/**/*.rs", "/Cargo.toml", "/LICENSE", "/Readme.md"]
keywords = ["java", "jvm", "jimage", "0xCAFEDADA"]
license = "MIT OR Apache-2.0"
name = "jimage"
readme = "Readme.md"
repository = "https://github.com/MaulingMonkey/jimage"
version = "0.2.4"
[package.metadata.docs.rs]
features = ["nightly"]