# 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 = "leetcode-cli-rs" version = "0.1.0" authors = ["ryan way"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli for create leetcode workspaces in rust" readme = "README.md" license = "MIT" repository = "https://github.com/ryan-way/leetcode-cli-rs" [[bin]] name = "leetcode-cli-rs" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.env_logger] version = "0.11.3" [dependencies.graphql_client] version = "0.14.0" [dependencies.html2md] version = "0.2.14" [dependencies.log] version = "0.4.21" [dependencies.mockall] version = "0.12.1" [dependencies.reqwest] version = "0.12.3" features = [ "json", "cookies", ] [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.116" [dependencies.text-to-ascii-art] version = "0.1.9" [dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.cargo-husky] version = "1.5.0" features = ["user-hooks"]