# 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 = "ninebynine" version = "1.0.3" exclude = [".idea/*"] description = "Tool for download 9x9 SGF files from OGS server." readme = "README.md" keywords = [ "go", "baduk", "weiqi", ] categories = [ "command-line-utilities", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/efimovnikita/OgsSgfDownloader/tree/master/ninebynine" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.58" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.0.24" features = ["derive"] [dependencies.indicatif] version = "0.17.2" [dependencies.itertools] version = "0.10.5" [dependencies.rand] version = "0.8.5" [dependencies.requestty] version = "0.5.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]