# 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 = "cubic-protocol" version = "0.1.11" description = "Minecraft protocol on rust" license = "MIT" [dependencies.async-trait] version = "0.1.53" [dependencies.cubic-chat] version = "0.1.0" [dependencies.cubic-protocol-derive] version = "0.1.7" optional = true [dependencies.euclid] version = "0.22.7" [dependencies.fastnbt] version = "2.1.0" [dependencies.quick-error] version = "2.0.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.uuid] version = "1.0.0" features = ["serde"] [dev-dependencies.actix-rt] version = "2.7.0" [features] all = [ "default_packets", "derive", ] default_packets = ["derive"] derive = ["dep:cubic-protocol-derive"]