[package] name = "chess" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-cors = "0.6.0-beta.8" actix-web = { version = "4.0.0-beta.18", default-features = false } serde = { version = "1", features = ["derive"] } serde_repr = "0.1" tokio = { version = "1", default-features = false, features = ["sync"] } tracing = "0.1" tracing-actix-web = "0.5.0-beta.7" tracing-log = "0.1" tracing-subscriber = "0.3" uuid = { version = "0.8.2", features = ["serde", "v4"] }