rusaint 0.6.2

Easy-to-use SSU u-saint client
Documentation
[build-dependencies.uniffi]
features = ["build"]
version = "0.28.1"

[dependencies.custom_debug_derive]
version = "0.6.1"

[dependencies.derive_builder]
version = "0.20.0"

[dependencies.ego-tree]
version = "0.6.3"

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

[dependencies.lol_html]
version = "1.2.1"

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

[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "cookies", "gzip", "brotli"]
version = "0.12.7"

[dependencies.roxmltree]
version = "0.20.0"

[dependencies.scraper]
features = ["atomic"]
version = "0.20.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0.44"

[dependencies.tokio]
features = ["macros", "test-util", "sync"]
version = "1.29.1"

[dependencies.uniffi]
version = "0.28.1"

[dependencies.url]
version = "2.5.2"

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

[dev-dependencies.dotenv]
version = "0.15.0"

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

[dev-dependencies.serial_test]
version = "3.1.1"

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

[features]
application = []
default = ["application"]
uniffi = ["application"]

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

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

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