# 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 = "mokapot" version = "0.17.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for ananlyzing JVM bytecode" documentation = "https://docs.rs/mokapot" readme = "README.md" keywords = [ "jvm", "java", "analysis", "bytecode", ] categories = [ "parsing", "development-tools", ] license = "MIT" repository = "https://github.com/henryhchchc/mokapot" [lib] name = "mokapot" path = "src/lib.rs" [[test]] name = "class_loader" path = "tests/class_loader.rs" [[test]] name = "class_parsing" path = "tests/class_parsing.rs" [[test]] name = "jdk_classes" path = "tests/jdk_classes.rs" [[test]] name = "moka_ir" path = "tests/moka_ir.rs" [[test]] name = "resolution_ctx" path = "tests/resolution_ctx.rs" [dependencies.bitflags] version = "2.6" [dependencies.cesu8] version = "1.1" [dependencies.derive_more] version = "1" features = ["full"] [dependencies.document-features] version = "0.2" [dependencies.itertools] version = "0.13" [dependencies.petgraph] version = "0.6" optional = true [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2" [dependencies.zip] version = "2.2" features = ["deflate"] optional = true default-features = false [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-derive] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1" [dev-dependencies.walkdir] version = "2" [build-dependencies.glob] version = "0.3" [features] default = [ "jar", "petgraph", ] jar = ["dep:zip"] petgraph = ["dep:petgraph"]