# 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 = "x-api-rs" version = "0.0.5" description = "X/Twitter API in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/thewh1teagle/x-api-rs" [lib] name = "x_api_rs" path = "src/lib.rs" [dependencies.chrono] version = "0.4.26" [dependencies.env_logger] version = "0.10.1" [dependencies.eyre] version = "0.6.12" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", "blocking", ] [dependencies.reqwest_cookie_store] version = "0.6.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1" features = ["full"]