# 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.77.0" name = "mcvm_net" version = "0.1.0" authors = ["CarbonSmasher"] description = "Various network APIs for MCVM" keywords = [ "minecraft", "launcher", "game", "mc", "api", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/CarbonSmasher/mcvm" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.4.0" [dependencies.mcvm_shared] version = "0.14.0" [dependencies.nutype] version = "0.4.0" features = ["serde"] [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "1.0.202" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [dependencies.simd-json] version = "0.13.10" features = ["value-no-dup-keys"] [features] [lints.rust] unsafe_code = "forbid"