tydle 0.1.13

YouTube video extractor written in Rust that can be used anywhere in web or native environments, based on an extremely small subset of yt-dlp.
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 = "tydle"
version = "0.1.13"
authors = ["Dev-Siri"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YouTube video extractor written in Rust that can be used anywhere in web or native environments, based on an extremely small subset of yt-dlp."
homepage = "https://github.com/Dev-Siri/tydle"
documentation = "https://docs.rs/tydle"
readme = "README.md"
keywords = [
    "youtube",
    "extractor",
    "yt-dlp",
    "video",
    "innertube",
]
categories = [
    "multimedia",
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/Dev-Siri/tydle"

[features]
cipher = ["dep:deno_core"]
cli = ["dep:clap"]
default = [
    "logging",
    "cli",
]
logging = [
    "dep:log",
    "dep:env_logger",
]

[lib]
name = "tydle"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "tydle"
path = "src/main.rs"
required-features = [
    "logging",
    "cipher",
    "cli",
]

[dependencies.anyhow]
version = "1.0.100"

[dependencies.fancy-regex]
version = "0.16.2"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.maplit]
version = "1.0.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.phf]
version = "0.13.1"

[dependencies.rayon]
version = "1.11.0"

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha1]
version = "0.10.6"

[dependencies.url]
version = "2.5.7"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
version = "4.5.51"
features = ["derive"]
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.colored]
version = "3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.deno_core]
version = "0.311.0"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.env_logger]
version = "0.11"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.num_cpus]
version = "1.17.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.82"

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.tsify]
version = "0.5.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"