# 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 = "leetcoderustapi" version = "1.0.8" authors = [ "1101-1", "https://github.com/1101-1/", ] description = """ A full-featured Rust API for Leetcode. """ readme = "README.md" keywords = [ "leetcode", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/1101-1/LeetcodeRustAPI" [lib] name = "leetcoderustapi" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.11.18" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.thiserror] version = "1.0.41" [dependencies.tokio] version = "1.29.1" features = ["time"]