twitter-internal-api 0.1.1

Twitter internal API
Documentation
# 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 = "2024"
name = "twitter-internal-api"
version = "0.1.1"
authors = ["ohaddahan@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twitter internal API"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ohaddahan/twitter-internal-api.git"

[lib]
name = "twitter_internal_api"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.39"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dotenv]
version = "0.15.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "cookies",
    "json",
    "rustls-tls",
]

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.26.3"
features = ["derive"]

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1.41"
features = [
    "attributes",
    "tracing-attributes",
]

[dependencies.tracing-serde]
version = "0.2.0"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "time",
    "json",
]

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.uuid]
version = "1.3.4"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
    "serde",
    "js",
]