# 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 = "leetr" version = "0.1.3" authors = ["Popov Philipp "] description = "A CLI tool for setting up local LeetCode projects" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/pophilpo/leetr" [[bin]] name = "leetr" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.3" [dependencies.html2md] version = "0.2.14" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.60" [dependencies.tl] version = "0.7.8" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.12"