27 lines
664 B
TOML
27 lines
664 B
TOML
[package]
|
|
name = "chaturbate"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Chaturbate Streams Recorder"
|
|
repository = "https://git.deadbsd.org/falso/chaturbate.rs"
|
|
readme = "README.md"
|
|
license = "WTFPL"
|
|
keywords = ["streams", "youtube-dl", "recorder"]
|
|
categories = ["multimedia::video"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
console = "0.15.1"
|
|
#indicatif = "=0.17.0-beta.1"
|
|
indicatif = "0.17.0"
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.17"
|
|
rand = "0.8.5"
|
|
regex = "1.6.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
simplelog = "0.12.0"
|
|
subprocess = "0.2.9"
|
|
toml = "0.5"
|
|
ureq = "2.5.0"
|