# 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 = "crabchess" version = "0.1.15" exclude = [ "test_data/*", "progress.md", "profile.json", ] description = "A simple Chess API" readme = "README.md" license = "MIT" [profile.release] lto = "fat" codegen-units = 1 [dependencies.anyhow] version = "1.0.81" [dependencies.compact_str] version = "0.7.1" [dependencies.fastrand] version = "2.0.2" [dependencies.fxhash] version = "0.2.1" [dependencies.mimalloc] version = "0.1.39" [dependencies.nom] version = "7.1.3" [dependencies.rayon] version = "1.9.0" [dependencies.smallvec] version = "1.13.2" [dependencies.termcolor] version = "1.4.1" optional = true [dependencies.textwrap] version = "0.16.1" default-features = false [dependencies.thiserror] version = "1.0.57" [dependencies.ufmt] version = "0.2.0" features = ["std"] [dev-dependencies.parking_lot] version = "0.12.1" [dev-dependencies.rayon] version = "1.9.0" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.114" [features] default = ["termcolor"]