# 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 = "teerender" version = "0.1.0-alpha.0" authors = ["Edgar "] description = "A blazingly fast tee skin renderer web service, with custom colors." documentation = "https://docs.rs/teerender" readme = "README.md" keywords = [ "ddnet", "teeworlds", "tee", "skin", ] license = "MIT" repository = "https://github.com/edg-l/teerender" [dependencies.anyhow] version = "1.0.72" features = ["backtrace"] [dependencies.axum] version = "0.6.19" features = [ "multipart", "tracing", ] [dependencies.image] version = "0.24.6" features = ["png"] [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]