# 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 = "tetsu" version = "0.0.1" authors = ["Sachin Cherian "] description = "A highly experimental version agnostic implementation of Minecraft's server protocols." readme = "README.md" license = "MIT" repository = "https://github.com/schctl/tetsu/" [profile.release] lto = "thin" codegen-units = 1 [dependencies.aes] version = "^0.7" [dependencies.byteorder] version = "^1.4" [dependencies.cfb8] version = "^0.7" [dependencies.flate2] version = "^1.0" [dependencies.hematite-nbt] version = "^0.5" [dependencies.log] version = "^0.4" [dependencies.openssl] version = "^0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_repr] version = "^0.1" [dependencies.ureq] version = "^2.1" [dependencies.uuid] version = "^0.8" default-features = false