# 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 = "cgn" version = "0.1.5" authors = ["Jaden Strudwick"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for optimally compressing chess games in PGN format." readme = "README.md" keywords = [ "chess", "pgn", "compression", "wasm", "huffman", ] categories = [ "algorithms", "compression", "encoding", "games", "wasm", ] license = "MIT" repository = "https://github.com/JadenStrudwick/cgn/" [lib] name = "cgn" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.bincode] version = "1.3.3" [dependencies.bit-vec] version = "0.6.3" [dependencies.flate2] version = "1.0.28" [dependencies.huffman-compress] version = "0.6.1" [dependencies.paste] version = "1.0.14" [dependencies.pgn-reader] version = "0.25.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.shakmaty] version = "0.26.0" [dependencies.textwrap] version = "0.16.0" [dependencies.trie-rs] version = "0.2.0" [dependencies.wasm-bindgen] version = "0.2.91"