# 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 = "sandstone" version = "0.1.2" exclude = ["src/sandstone-derive"] description = "Networking library for Minecraft: Java Edition servers" homepage = "https://github.com/dec4234/sandstone" readme = "README.md" keywords = [ "minecraft", "networking", "server", "protocol", ] categories = [ "network-programming", "game-development", "game-engines", ] license = "MIT" repository = "https://github.com/dec4234/sandstone" [dependencies.aes] version = "0.8.4" [dependencies.base64] version = "0.22.1" [dependencies.cfb8] version = "0.8.1" features = ["std"] [dependencies.fastsnbt] version = "0.2.0" [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.25.1" features = [ "default", "png", ] [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" [dependencies.sandstone-derive] version = "0.1.0" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.simple_logger] version = "5.0.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.zerocopy] version = "0.7.29" features = [ "derive", "byteorder", ] [dev-dependencies]