# 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 = "craftio-rs" version = "0.1.0" authors = ["Joey Sacchini "] description = "A crate to read & write packets defined in mcproto-rs to I/O sinks/sources" homepage = "https://github.com/Twister915/craftio-rs" readme = "README.md" keywords = ["minecraft", "games", "io", "async", "futures"] license = "Apache-2.0" repository = "https://github.com/Twister915/craftio-rs" [dependencies.aes] version = "0.6" optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.flate2] version = "1.0" features = ["zlib"] optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.mcproto-rs] version = "0.2.0" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["net", "io-util"] optional = true [features] backtrace = [] compression = ["flate2"] default = ["compression", "encryption", "tokio-io"] encryption = ["aes"] futures-io = ["futures", "async-trait"] gat = ["mcproto-rs/gat"] tokio-io = ["tokio", "async-trait"]