classfile-parser 0.3.1

A parser for Java Class files written 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "classfile-parser"
version = "0.3.1"
authors = ["Nick Palmer <nick@palmr.co.uk>"]
exclude = [".idea/**/*", "classfile-parser.iml", "java-assets/out/**/*"]
description = "A parser for Java Class files written in rust"
readme = "README.md"
keywords = ["java", "parsing", "class", "classfile"]
categories = ["parser-implementations"]
license = "MIT"
license-file = "LICENSE.txt"
repository = "https://github.com/Palmr/classfile-parser"
[dependencies.bitflags]
version = "1.0"

[dependencies.nom]
version = "^3.2"
[badges.travis-ci]
repository = "Palmr/classfile-parser"