2024-11-21 13:19:57 -06:00
|
|
|
[package]
|
|
|
|
name = "torznab-toolkit"
|
2024-12-02 19:41:57 -06:00
|
|
|
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]
|
2024-11-25 22:23:05 -06:00
|
|
|
actix-rt = "2.10.0"
|
2024-11-21 13:19:57 -06:00
|
|
|
rocket = "0.5.1"
|
2024-11-24 23:09:31 -06:00
|
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
|
|
xml-rs = "0.8.23"
|
2024-11-27 21:49:15 -06:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|