# 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 = "pgn-reader" version = "0.26.0" authors = ["Niklas Fiekas "] description = "Fast non-allocating and streaming reader for chess games in PGN notation" readme = "README.md" keywords = [ "chess", "pgn", ] categories = [ "games", "parser-implementations", ] license = "GPL-3.0+" repository = "https://github.com/niklasf/rust-pgn-reader.git" [dependencies.btoi] version = "0.4" [dependencies.circular] version = "0.3" [dependencies.memchr] version = "2.2" [dependencies.shakmaty] version = "0.27" [dev-dependencies.bzip2] version = "0.4" [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.lz4] version = "1.23" [dev-dependencies.xz2] version = "0.1" [dev-dependencies.zstd] version = "0.13"