# 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 = "acick-atcoder" version = "0.2.0" authors = ["gky360 "] description = "Tools for acick crate to interact with AtCoder" documentation = "https://docs.rs/acick-atcoder" readme = "README.md" license = "MIT" repository = "https://github.com/gky360/acick/tree/master/acick-atcoder" [dependencies.acick-config] version = "0.2.0" [dependencies.acick-dropbox] version = "0.2.0" [dependencies.acick-util] version = "0.2.0" [dependencies.anyhow] version = "1.0.26" [dependencies.humantime] version = "2.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.once_cell] version = "1.3.1" [dependencies.rayon] version = "1.3.0" [dependencies.regex] version = "1.3.3" [dependencies.reqwest] version = "0.10.1" features = ["rustls-tls", "blocking"] default_features = false [dependencies.scraper] version = "0.12.0" [dependencies.strum] version = "0.19.2" features = ["derive"] [dependencies.tempfile] version = "3.1.0"