# 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] edition = "2021" name = "classy" version = "0.3.0" authors = ["Andy Grove "] description = "Classy: A Rust Library for Parsing Java Class Files" homepage = "https://github.com/andygrove/classy" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/andygrove/classy" [[bin]] name = "classy" path = "src/bin/classy.rs" [[test]] name = "integration_tests" path = "tests/integration-tests.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.glob] version = "0.3.1" [dependencies.regex] version = "1.8.1" [dependencies.structopt] version = "0.3.26" [dependencies.zip] version = "0.6.5" [dev-dependencies.tempdir] version = "0.3.7"