# 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" rust-version = "1.61.0" name = "eolib" version = "2.1.0" authors = ["Richard Leek "] exclude = [".github"] description = "A core rust library for writing applications related to Endless Online" readme = "README.md" license = "MIT" repository = "https://github.com/sorokya/eolib-rs" [dependencies.bytes] version = "1.5.0" [dependencies.encoding_rs] version = "0.8.33" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.glob] version = "0.3.1" [build-dependencies.quick-xml] version = "0.36.0" features = [ "serialize", "overlapped-lists", ] [build-dependencies.serde] version = "1.0" features = ["derive"] [features] use_serde = ["serde"]