# 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 = "java_asm_server" version = "0.0.10" authors = ["zsqw123"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Java bytecode reader & writer in rust" homepage = "https://crates.io/crates/java_asm" documentation = "https://github.com/zsqw123/rust-java-asm" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/zsqw123/rust-java-asm" [lib] name = "java_asm_server" path = "src/lib.rs" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.fontdb] version = "0.23.0" [dependencies.java_asm] version = "0.0.10" [dependencies.log] version = "0.4" features = ["std"] [dependencies.zip] version = "2.2.0"