# 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-cli" version = "0.1.3" authors = ["Jaden Strudwick"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool 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-cli/" [[bin]] name = "cgn-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.bit-vec] version = "0.6.3" [dependencies.cgn] version = "0.1.5" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.1"