# 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 = "solved" version = "0.1.0" authors = ["nick "] description = "Solved, a proficient time management solution.\n" readme = "README.md" keywords = ["cli", "school", "edpuzzle"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/ok-nick/solved" [dependencies.anyhow] version = "1.0.38" [dependencies.cached] version = "0.23.0" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.8.3" [dependencies.html2text] version = "0.2.1" [dependencies.log] version = "0.4.14" [dependencies.lru] version = "0.6.5" [dependencies.reqwest] version = "0.11.2" features = ["json", "blocking"] [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.24"