# 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 = "2018" name = "cafebabe" version = "0.8.0" authors = ["Kartikaya Gupta"] exclude = [ ".gitignore", ".github/**", "examples/**", "tests/**", ] description = "A simple parser for Java class files" homepage = "https://github.com/staktrace/cafebabe/blob/main/README.md" readme = "README.md" keywords = [ "parse", "java", "class", "jvm", "classfile", ] categories = ["parsing"] license = "0BSD" repository = "https://github.com/staktrace/cafebabe" [[example]] name = "threadsafe" path = "examples/threadsafe.rs" required-features = ["threadsafe"] [dependencies.bitflags] version = "1.0" [dependencies.cesu8] version = "1.1.0" [dev-dependencies.rayon] version = "1.10.0" [features] default = [] threadsafe = [] [badges.maintenance] status = "passively-maintained"