# 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 = "hier" version = "0.2.0" authors = ["ChAoS-UnItY (Kyle Lin) "] description = "A library supports JVM class hierarchy lookup by extending JNI interface" readme = "README.md" keywords = ["jvm"] license = "MIT" repository = "https://github.com/ChAoSUnItY/hier" [[example]] name = "common_superclass" required-features = ["invocation"] [[example]] name = "interfaces" required-features = ["invocation"] [dependencies.bitflags] version = "2.4.2" [dependencies.graphviz-rust] version = "0.7.0" optional = true [dependencies.jni] version = "0.21.1" [dependencies.once_cell] version = "1.19.0" [dependencies.paste] version = "1.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.rstest] version = "0.18.2" [features] defaults = [] graph = ["dep:graphviz-rust"] invocation = ["jni/invocation"]