# 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 = "tweety-rs" version = "0.1.4" authors = ["John Philip "] description = "A Rust crate for interacting with the Twitter API." homepage = "https://github.com/dxphilo/tweety-rs" documentation = "https://docs.rs/tweety-rs" readme = "README.md" keywords = [ "twitter", "api", "rust", "tweety-rs", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/dxphilo/tweety-rs" [dependencies.dotenvy] version = "0.15.7" [dependencies.reqwest] version = "0.12.7" features = [ "stream", "multipart", "json", ] [dependencies.reqwest-oauth1] version = "0.3.0" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.serde_qs] version = "0.13.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["macros"] [dependencies.url] version = "2.5.2"