# 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 = "2021" name = "rusaint" version = "0.7.3" authors = ["Hyomin Koo "] build = 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" [lib] name = "rusaint" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.custom_debug_derive] version = "0.6.1" [dependencies.derive_builder] version = "0.20.0" [dependencies.html-escape] version = "0.2.13" [dependencies.lol_html] version = "1.2.1" [dependencies.regex-lite] version = "0.1.6" [dependencies.reqwest] version = "0.12.7" features = [ "charset", "http2", "macos-system-configuration", "rustls-tls", "cookies", "gzip", "brotli", ] default-features = false [dependencies.roxmltree] version = "0.20.0" [dependencies.scraper] version = "0.20.0" features = ["atomic"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = ["sync"] [dependencies.uniffi] version = "0.28.1" optional = true [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] version = "1.29.1" features = [ "macros", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.4" [build-dependencies.uniffi] version = "0.28.1" features = ["build"] [features] application = ["element"] default = [ "application", "element", ] element = ["dep:scraper"] uniffi = [ "dep:uniffi", "application", ]