[package] name = "tf_platform_lbry" version = "0.1.4" edition = "2021" license = "GPL-3.0-or-later" description = "The platform for lbry Tubefeeder-Extractor" homepage = "https://www.tubefeeder.de" repository = "https://github.com/Tubefeeder/tubefeeder-extractor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tf_core = { version = "0.1.4", path = "../tf_core" } tf_utils = { version = "0.1.3", path = "../tf_utils" } chrono = { version = "^0.4", features = [ "serde" ] } async-trait = "^0.1" reqwest = { version = "^0.11", features = [ "rustls-tls" ], default-features = false } [dev-dependencies] tokio = { version = "^1.29", features = [ "macros", "rt-multi-thread" ] } env_logger = "^0.9"