# 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 = "wattpad" version = "0.3.2" description = "Unofficial async Rust wrapper around the (various) Wattpad API(s)" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/Ruthenic/wattpad-rs" [profile.release] opt-level = 3 lto = "fat" [dependencies.anyhow] version = "1.0.69" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = [ "json", "cookies", "gzip", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.serde_repr] version = "0.1.10" [dev-dependencies.tokio] version = "1.25.0" features = ["full"]