torznab-toolkit/Cargo.toml

21 lines
568 B
TOML
Raw Normal View History

2024-11-21 13:19:57 -06:00
[package]
name = "torznab-toolkit"
version = "0.2.0"
2024-11-21 13:19:57 -06:00
edition = "2021"
2024-12-02 19:59:29 -06:00
license = "GPL-3.0-or-later"
readme = "README.md"
description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs."
repository = "https://git.askiiart.net/askiiart/torznab-toolkit"
keywords = ["torznab", "torrent", "torrents", "bittorrent"]
2024-12-05 09:51:32 -06:00
categories = ["asynchronous", "api-bindings"]
2024-12-02 20:01:47 -06:00
exclude = ["dev-notes.md"]
2024-11-21 13:19:57 -06:00
[dependencies]
actix-rt = "2.10.0"
2024-11-21 13:19:57 -06:00
rocket = "0.5.1"
serde = { version = "1.0.215", features = ["derive"] }
xml-rs = "0.8.23"
[profile.release]
opt-level = 3