piped-rust-sdk/piped/Cargo.toml

20 lines
564 B
TOML
Raw Normal View History

2021-04-29 15:26:18 +00:00
[package]
authors = ["Kavin <kavin@kavin.rocks>"]
2021-04-29 15:53:42 +00:00
description = "An API wrapper for the privacy friendly YouTube frontend called Piped."
2021-04-29 15:26:18 +00:00
edition = "2018"
2021-04-29 15:47:32 +00:00
keywords = ["youtube"]
license = "GPL-3.0"
2021-04-29 15:26:18 +00:00
name = "piped"
2021-04-29 15:47:32 +00:00
repository = "https://github.com/TeamPiped/piped-rust-sdk"
2023-08-12 11:06:18 +00:00
version = "0.0.4"
2021-04-29 15:26:18 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "^0.11", default-features = false }
serde = {version = "^1.0", features = ["derive"]}
serde_json = "^1.0"
2022-04-09 15:07:46 +00:00
url = "^2.2"
thiserror = "^1.0"