# 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 = "libft" version = "0.1.0" authors = ["icp "] description = "One-to-many mapping from a position to a set of openings" readme = "README" keywords = [ "chess", "lichess", ] license = "AGPL-3.0-or-later" repository = "https://github.com/icp1994/fentrail/tree/master/api" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.csv] version = "1.2.2" [dependencies.pgn-reader] version = "0.25.0" [dependencies.rayon] version = "1.8.0" [dependencies.redb] version = "1.2.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_with] version = "3.3.0" [dependencies.shakmaty] version = "0.26" [dependencies.thiserror] version = "1.0.49"