# 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 = "pixelpwnr-server" version = "0.0.1" authors = ["timvisee "] description = "Blazingly fast GPU accelerated pixelflut server" homepage = "https://timvisee.com/projects/pixelpwnr-server" readme = "../README.md" keywords = [ "pixelflut", "pixelpwnr", "server", "gpu", ] categories = [ "graphics", "multimedia", "rendering", "visualization", ] license = "GPL-3.0" repository = "https://github.com/timvisee/pixelpwnr-server" [dependencies.atoi] version = "1.0" [dependencies.bufstream] version = "0.1" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.futures] version = "0.3.21" [dependencies.image] version = "0.24" [dependencies.number_prefix] version = "0.4" [dependencies.parking_lot] version = "0.12.0" [dependencies.pixelpwnr-render] version = "0.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.17" features = [ "net", "rt", "rt-multi-thread", "macros", "sync", "time", ] [features] binary-pixel-cmd = [] default = ["binary-pixel-cmd"]