# 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_egui" 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" [[bin]] name = "java_asm_egui" path = "src/main.rs" [dependencies.eframe] version = "0.29.1" [dependencies.egui] version = "0.29.1" [dependencies.egui_extras] version = "0.29.1" [dependencies.fontdb] version = "0.23.0" [dependencies.java_asm] version = "0.0.10" [dependencies.java_asm_server] version = "0.0.10" [dependencies.log] version = "0.4" features = ["std"] [dependencies.rfd] version = "0.15.0"