[package] name = "coffer" version = "1.0.1" authors = ["Deadbeef"] edition = "2018" license = "LGPL-3.0-or-later" categories = ["parser-implementations", "encoding", "data-structures"] description = "A lightweight and fast library for reading and writing Java classes" repository = "https://gitlab.com/fee1-dead/coffer" homepage = "https://gitlab.com/fee1-dead/coffer" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" bitflags = "1.0" nom = "6.0.1" coffer-macros = { path = "./macro", version = "1.0.0" } indexmap = "1.6.1" [dev-dependencies] class_sample = { git = "https://github.com/fee1-dead/class-sample-rs" } lazy_static = "1.4.0" tempfile = "3.2.0" [features] default = [] backtrace = []