rusaint 0.14.2

Easy-to-use SSU u-saint client
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 = "rusaint"
version = "0.14.2"
authors = ["Hyomin Koo <me@eatsteak.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy-to-use SSU u-saint client"
homepage = "https://eatsteak.dev"
readme = "README.md"
keywords = [
    "ssu",
    "u-saint",
    "scraping",
    "parser",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/EATSTEAK/rusaint"

[features]
application = ["element"]
default = [
    "application",
    "element",
]
element = ["dep:scraper"]
stream = [
    "dep:async-stream",
    "dep:futures-core",
]
uniffi = [
    "dep:uniffi",
    "application",
]

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.async-stream]
version = "0.3"
optional = true

[dependencies.cookie_store]
version = "0.22"

[dependencies.custom_debug_derive]
version = "0.6.2"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.futures-core]
version = "0.3"
optional = true

[dependencies.html-escape]
version = "0.2.13"

[dependencies.lol_html]
version = "2.3.0"

[dependencies.ozra]
version = "0.0.1"

[dependencies.regex-lite]
version = "0.1.6"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "charset",
    "http2",
    "rustls",
    "cookies",
    "gzip",
    "brotli",
]
default-features = false

[dependencies.reqwest_cookie_store]
version = "0.10.0"
features = ["serde"]

[dependencies.roxmltree]
version = "0.21.0"

[dependencies.scraper]
version = "0.25"
features = ["atomic"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.47.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.uniffi]
version = "0.29.4"
optional = true

[dependencies.url]
version = "2.5.4"

[dependencies.wdpe]
version = "0.4.1"
features = ["reqwest"]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "test-util",
]

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-test]
version = "0.2.5"

[build-dependencies.uniffi]
version = "0.29.4"
features = ["build"]

[lints.clippy]
collapsible_if = "allow"