# 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 = "pzzld-server" version = "0.0.2" authors = ["FL03 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A production ready server optimized for WASM applications" homepage = "https://github.com/FL03/pzzld-server/wiki" readme = "README.md" keywords = [ "application", "cli", "server", "wasm", ] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/pzzld-server.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "pzzld_server" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true doctest = false bench = false [[bin]] name = "pzzld" path = "bin/pzzld.rs" [[test]] name = "default" path = "tests/default.rs" [[test]] name = "platform" path = "tests/platform.rs" [dependencies.anyhow] version = "1" [dependencies.async-session] version = "3" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" features = ["macros"] [dependencies.axum-extra] version = "0.9" features = [] [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.config] version = "0.14" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.lazy_static] version = "1" [dependencies.paste] version = "1" [dependencies.rand] version = "0.8" [dependencies.scsys] version = "0.2.3" features = [ "chrono", "derive", "serde", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["full"] [dependencies.tower] version = "0.5" features = ["full"] [dependencies.tower-http] version = "0.6" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [dev-dependencies] [build-dependencies] [features] default = ["http1"] full = [ "default", "ws", ] http1 = [ "axum/http1", "hyper/http1", ] http2 = [ "axum/http2", "hyper/http2", ] ws = ["axum/ws"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]