qinstagram 0.1.1

Enterprise-grade IG Private API Architecture & Protocol Engineering toolkit with 100% Async-GraphQL & Websocket integration.
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 = "2021"
name = "qinstagram"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enterprise-grade IG Private API Architecture & Protocol Engineering toolkit with 100% Async-GraphQL & Websocket integration."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/keyvanarasteh/Qinstagram"

[features]
default = []
graphql = ["async-graphql"]
realtime = ["rumqttc"]
websocket = [
    "axum",
    "futures-util",
]

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

[[example]]
name = "inbox"
path = "examples/inbox.rs"

[[example]]
name = "login"
path = "examples/login.rs"

[[test]]
name = "mocks"
path = "tests/mocks.rs"

[dependencies.async-graphql]
version = "7.0"
features = ["chrono"]
optional = true

[dependencies.axum]
version = "0.7"
features = [
    "ws",
    "macros",
]
optional = true

[dependencies.base64]
version = "0.22"

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

[dependencies.cookie_store]
version = "=0.21.1"

[dependencies.dirs]
version = "5.0"

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12"

[dependencies.md-5]
version = "0.10"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "cookies",
    "json",
    "multipart",
    "stream",
]

[dependencies.reqwest_cookie_store]
version = "=0.8.0"

[dependencies.rumqttc]
version = "0.24"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.strsim]
version = "0.11.1"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.8"
features = ["v4"]