# 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 = "2018" name = "chess_dl" version = "0.3.10" authors = ["Nimrod Hajaj "] description = "Chess.com game downloader" readme = "README.md" license = "MIT" repository = "https://github.com/nimr0d/chess_dl" [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.peg] version = "0.8" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = ["full"]