# 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 = "splendor_arena" version = "0.1.17" description = "A crate for facilitating Splendor game play between autonomous agents." readme = "README.md" keywords = [ "splendor", "game", "arena", ] license = "MIT" repository = "https://github.com/pashneal/stourney_arena" [dependencies.cached] version = "0.48.1" features = ["proc_macro"] default-features = false [dependencies.clap] version = "4.5.1" features = [ "derive", "std", ] default-features = false [dependencies.derive_more] version = "0.99.18" features = [ "display", "error", ] default-features = false [dependencies.env_logger] version = "0.10.2" [dependencies.futures-util] version = "0.3.30" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.20" default-features = false [dependencies.pyo3] version = "0.20.3" features = ["extension-module"] optional = true [dependencies.rand] version = "0.8.5" default-features = false [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] optional = true [dependencies.serde] version = "1.0.197" features = [ "serde_derive", "derive", ] default-features = false [dependencies.serde_json] version = "1.0.114" default-features = false [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["native-tls"] [dependencies.tungstenite] version = "0.21.0" [dependencies.url] version = "2.5.0" default-features = false [dependencies.warp] version = "0.3.6" features = ["websocket"] default-features = false [features] pool = [] python_stubs = [ "reqwest", "lazy_static", "pyo3", ] rust_stubs = ["reqwest"]