# 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] edition = "2018" name = "coffer" version = "1.0.1" authors = ["Deadbeef"] description = "A lightweight and fast library for reading and writing Java classes" homepage = "https://gitlab.com/fee1-dead/coffer" readme = "../README.md" categories = ["parser-implementations", "encoding", "data-structures"] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/fee1-dead/coffer" [dependencies.bitflags] version = "1.0" [dependencies.coffer-macros] version = "1.0.0" [dependencies.indexmap] version = "1.6.1" [dependencies.nom] version = "6.0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.2.0" [features] backtrace = [] default = []