# 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" rust-version = "1.71.0" name = "mclr" version = "2.3.1-b" authors = ["k3nder"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "run mc in rust" homepage = "https://github.com" documentation = "https://github.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/k3nder/mclr.git" [lib] name = "mclr" path = "src/lib.rs" [dependencies.blocking] version = "1.6.0" [dependencies.bytes] version = "1.6.0" [dependencies.flate2] version = "1.0.30" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sha1] version = "0.10.6" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.zip] version = "2.1.0" [dependencies.zip-extract] version = "0.1.3"