# 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 = "caffeine-cf" version = "0.1.3" authors = ["thud"] exclude = ["caffeine.png", "/doc/", "/example/"] description = "CLI tool for accessing the Codeforces API easily." documentation = "https://docs.rs/caffeine-cf/" readme = "README.md" license = "MIT" repository = "https://github.com/thud/caffeine" [[bin]] name = "caffeine" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.3" [dependencies.codeforces-api] version = "0.3.4" features = ["serde_yaml"] [dependencies.directories] version = "3.0.1" [dependencies.failure] version = "0.1.8" [dependencies.headless_chrome] version = "0.9.0" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [features] debug-screenshot = []