# 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 = "txts-rs" version = "0.1.1" authors = ["uhwot "] description = "Rust library for interacting with txts" homepage = "https://github.com/txts-team/txts.rs" readme = "README.md" keywords = [ "txts", "wrapper", "api", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/txts-team/txts.rs" [dependencies.markup5ever] version = "0.11" [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.11" features = [ "cookies", "brotli", ] [dependencies.scraper] version = "0.17" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.4" [dependencies.uuid] version = "1.4" [dev-dependencies.tokio] version = "1.32" features = [ "rt", "macros", ]