# 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] name = "classfile-parser" version = "0.3.8" authors = ["Nick Palmer "] build = false exclude = [ ".idea/**/*", "classfile-parser.iml", "java-assets/out/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for Java Class files written in rust" readme = "README.md" keywords = [ "java", "parsing", "class", "classfile", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/Palmr/classfile-parser" [lib] name = "classfile_parser" path = "src/lib.rs" [[test]] name = "attr_bootstrap_methods" path = "tests/attr_bootstrap_methods.rs" [[test]] name = "attr_stack_map_table" path = "tests/attr_stack_map_table.rs" [[test]] name = "classfile" path = "tests/classfile.rs" [[test]] name = "code_attribute" path = "tests/code_attribute.rs" [dependencies.bitflags] version = "^2.3" [dependencies.cesu8] version = "^1.1" [dependencies.nom] version = "7"