# 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 = "poker_server" version = "0.1.0" authors = ["oscar6echo"] description = "Texas Hold'em poker hand equity web server" readme = "README.md" keywords = [ "poker", "server", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/oscar6echo/poker5" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.axum] version = "0.7.4" features = ["macros"] [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.poker_eval] version = "0.1.0" features = ["serde"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"