douyin-cli 2026.8.23

A Rust CLI for Douyin OpenAPI and web workflows
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"
rust-version = "1.88"
name = "douyin-cli"
version = "2026.8.23"
build = false
exclude = [
    "packaging/**",
    "unsloth_compiled_cache/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust CLI for Douyin OpenAPI and web workflows"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/LIghtJUNction/douyin"

[features]
default = []

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

[[bin]]
name = "douyin"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.2"
features = [
    "derive",
    "env",
]

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.qrcode]
version = "0.14.1"
default-features = false

[dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.ring]
version = "0.17.14"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.url]
version = "2.5.8"

[profile.release]
lto = "thin"
strip = "symbols"