# 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_runtime" version = "0.0.2" authors = ["xuxiaocheng <2762267080@qq.com>"] description = "An additional crate for j4rs, providing jre8." documentation = "https://docs.rs/tcp-server/" readme = "README.md" keywords = [ "java", "runtime", "j4rs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xuxiaocheng0201/java_runtime" [dependencies.java-locator] version = "~0.1" [dependencies.sha1] version = "~0.10" [dependencies.tempfile] version = "^3" [dependencies.thiserror] version = "^1" [dependencies.ureq] version = "^2" [dependencies.zip] version = "~0.6" [badges.maintenance] status = "actively-developed"