# 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 = "quakeworld" version = "0.2.3" authors = ["Jürgen Legler "] description = """ A collection of quakeworld related libraries. """ homepage = "https://github.com/jogi1/quakeworld" readme = "README.md" keywords = [ "quakeworld", "quake", ] license = "MIT" repository = "https://github.com/jogi1/quakeworld" [lib] [dependencies.bitflags] version = "1.3.2" [dependencies.byteorder] version = "1.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_enum] version = "0.2.3" [dependencies.paste] version = "1" [dependencies.protocol-macros] version = "0.0.2" optional = true package = "quakeworld-protocol-macros" [dependencies.quote] version = "1.0.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple-error] version = "0.2" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.termcolor] version = "1.1.3" [dependencies.thiserror] version = "1.0.26" [dependencies.unstringify] version = "0.1.4" [features] ascii_strings = ["utils"] connection = [ "protocol", "state", "network", "crc", "ascii_strings", ] crc = [] default = [ "mvd", "utils", "protocol", "state", "network", "trace", "connection", "crc", ] mvd = [ "utils", "protocol", ] network = [] protocol = ["protocol-macros"] state = [ "protocol", "utils", ] trace = [] utils = []