de_hypertext 0.1.4

serde_json ergonomics for parsing html
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 = "2021"
name = "de_hypertext"
version = "0.1.4"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "serde_json ergonomics for parsing html"
readme = false
license-file = "LICENSE"

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

[[example]]
name = "macroless"
path = "examples/macroless.rs"

[[example]]
name = "nested"
path = "examples/nested.rs"

[[example]]
name = "no_selector"
path = "examples/no_selector.rs"

[[example]]
name = "opt_str"
path = "examples/opt_str.rs"

[[example]]
name = "serde_json"
path = "examples/serde_json.rs"

[[example]]
name = "single"
path = "examples/single.rs"

[dependencies.de_hypertext_core]
version = "0.1.4"

[dependencies.de_hypertext_macro]
version = "0.1.1"

[dev-dependencies.reqwest]
version = "0.12.7"
features = [
    "json",
    "rustls-tls",
    "json",
]

[dev-dependencies.serde]
version = "1.0.210"
features = [
    "derive",
    "rc",
]

[dev-dependencies.serde_json]
version = "1.0.128"

[dev-dependencies.tokio]
version = "1.40.0"
features = [
    "rt-multi-thread",
    "macros",
]