[dependencies.anyhow]
version = "1.0"
[dependencies.reqwest]
features = ["cookies"]
version = "0.12"
[dependencies.scraper]
version = "0.20"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1"
[[example]]
name = "get_html_str"
path = "examples/get_html_str.rs"
required-features = ["html"]
[[example]]
name = "get_segments"
path = "examples/get_segments.rs"
required-features = ["segments"]
[[example]]
name = "get_title"
path = "examples/get_title.rs"
[features]
default = ["segments"]
full = ["segments", "html"]
html = []
segments = []
[lib]
name = "shindan_maker"
path = "src/lib.rs"
[package]
authors = ["Nawyjx <3373167460@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = "A Rust library for interacting with ShindanMaker, the popular personality quiz service."
documentation = "https://docs.rs/shindan-maker"
edition = "2021"
keywords = ["shindan", "shindanmaker", "shindan-maker", "fortune-tellings", "diagnosis"]
license = "MIT OR Apache-2.0"
name = "shindan-maker"
readme = "README.md"
repository = "https://github.com/araea/shindan-maker"
version = "0.1.13"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]