[package]
name = "jbcrs"
version = "0.1.3"
authors = ["orasunis"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "UNLICENSE"]
description = "A Library to support reading and writing of java class files."
documentation = "https://docs.rs/jbcrs"
readme = "README.md"
keywords = ["java", "class", "jvm", "bytecode"]
categories = ["parser-implementations"]
license = "Unlicense"
repository = "https://github.com/orasunis/jbcrs"
[dependencies.bitflags]
version = "1.0.1"
[dependencies.byteorder]
version = "1.2.1"
[dependencies.yade]
version = "0.1.2"