scraper-trail 0.2.0

Scraping framework and tools
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 = "scraper-trail"
version = "0.2.0"
authors = ["Travis Brown <travisrobertbrown@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scraping framework and tools"
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/travisbrown/scraper-trail"
resolver = "2"

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

[dependencies.bounded-static]
version = "0.8"

[dependencies.bounded-static-derive-more]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.http]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.reqwest]
version = "0.13"
features = [
    "cookies",
    "json",
]

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

[dependencies.serde-field-attributes]
version = "0.3"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"
features = ["serde"]

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

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

[dev-dependencies.urlencoding]
version = "2"