# 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 = "chess_compression" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A chess compression library" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/arnsholt/chess_compression" [lib] name = "chess_compression" path = "src/lib.rs" [dependencies.bitbit] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.shakmaty] version = "0.27" [dev-dependencies.base64] version = "0.22" [dev-dependencies.pgn-reader] version = "0.26"