torbox-rs 0.0.1-alpha.4

Rust SDK for the Torbox API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "torbox-rs"
version = "0.0.1-alpha.4"
authors = ["RiadYan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the Torbox API"
homepage = "https://github.com/RiadYan/torbox-rs"
readme = "README.md"
keywords = [
    "sdk",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/RiadYan/torbox-rs"

[features]
default = []
specta = [
    "dep:specta",
    "torbox-core-rs/specta",
    "torbox-ddl-rs/specta",
    "torbox-torrent-rs/specta",
]

[lib]
name = "torbox_rs"
path = "src/lib.rs"

[dependencies.specta]
version = "2.0.0-rc.22"
features = [
    "serde",
    "serde_json",
    "derive",
]
optional = true

[dependencies.torbox-core-rs]
version = "0.0.1-alpha.3"
features = ["specta"]

[dependencies.torbox-ddl-rs]
version = "0.0.1-alpha.2"
features = ["specta"]

[dependencies.torbox-general-rs]
version = "0.0.1-alpha.1"
features = ["specta"]

[dependencies.torbox-torrent-rs]
version = "0.0.1-alpha.2"
features = ["specta"]