# 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 = "duolingo-query" version = "0.1.41" authors = ["mist64_"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A teeny tiny unofficial library for getting user information on duolingo" readme = "README.md" keywords = [ "duolingo", "streak", "api", "unofficial", ] license = "MIT" repository = "https://github.com/misten1/duolingo-query" [lib] name = "duolingo_query" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.39.2" features = ["macros"]