jmon-rs 0.1.2

A zero-copy, cross-platform JVM monitoring library (similar to jstat) in Rust.
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 = "2024"
name = "jmon-rs"
version = "0.1.2"
authors = ["tf1997 <ctf19970503@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "images/*",
    "test_data/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-copy, cross-platform JVM monitoring library (similar to jstat) in Rust."
readme = "README.md"
keywords = [
    "jvm",
    "jstat",
    "monitoring",
    "java",
    "observability",
]
categories = [
    "development-tools::profiling",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/tf1997/jmon-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "jmon_rs"
path = "src/lib.rs"

[[bin]]
name = "jmon"
path = "src/bin/jmon.rs"

[[example]]
name = "demo_monitor"
path = "examples/demo_monitor.rs"

[[example]]
name = "jstat_full"
path = "examples/jstat_full.rs"

[dependencies.byteorder]
version = "1.5"

[dependencies.memmap2]
version = "0.9"