# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "codeforces-api" version = "0.3.4" authors = ["thud"] description = "Use auth api provided by Codeforces + download testcases" documentation = "https://docs.rs/codeforces-api/" readme = "README.md" license = "MIT" repository = "https://github.com/thud/codeforces-api" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "~1.4.0" optional = true [dependencies.rand] version = "~0.8.0" [dependencies.regex] version = "~1.4.3" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.select] version = "0.5.0" optional = true [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.serde_yaml] version = "0.8.15" optional = true [dependencies.sha2] version = "0.9.2" [features] default = ["use_testcase_fetcher"] use_testcase_fetcher = ["regex", "lazy_static", "select"]