# 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 = "phantasma" version = "0.1.0" authors = ["siohaza "] description = "Reimplementation of Valve's masterserver" readme = "README.md" keywords = [ "info", "udp-server", "source-engine", "masterserver", "server", ] categories = [ "command-line-utilities", "network-programming", ] license = "GPL-3.0" repository = "https://github.com/siohaza/phantasma" [dependencies.bitflags] version = "2.5" [dependencies.chrono] version = "0.4" features = ["clock"] optional = true default-features = false [dependencies.fastrand] version = "2.1" [dependencies.lexopt] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [features] default = ["logtime"] logtime = ["chrono"]