# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mcproto-rs" version = "0.2.0" authors = ["Joey Sacchini "] description = "A crate which helps you implement the minecraft protocol, and implements it for you too!" homepage = "https://github.com/Twister915/mcproto-rs" readme = "README.md" keywords = ["minecraft", "games", "protocol", "serialziers", "packets"] license = "Apache-2.0" repository = "https://github.com/Twister915/mcproto-rs" [dependencies.base64] version = "0.12.3" features = ["alloc"] default-features = false [dependencies.rand] version = "0.7" optional = true [dependencies.serde] version = "1.0.116" features = ["derive", "alloc"] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dev-dependencies.flate2] version = "1.0.17" [features] bench = [] default = ["std", "bench", "v1_15_2", "v1_16_3"] gat = [] std = ["rand"] v1_15_2 = [] v1_16_3 = []