webspec-index 0.9.0

Query WHATWG/W3C/TC39 web specifications from the command line
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 = "webspec-index"
version = "0.9.0"
build = false
exclude = [
    "editors/",
    "bindings/",
    ".github/",
    "SKILL.md",
    "csswg-drafts/",
    "groups/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query WHATWG/W3C/TC39 web specifications from the command line"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jnjaeschke/webspec-index"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"

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

[[bin]]
name = "webspec-index"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "5"

[dependencies.htmd]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.markup5ever_rcdom]
version = "0.38"

[dependencies.moz-cli-version-check]
version = "0.2"

[dependencies.regex]
version = "1"

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

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

[dependencies.scraper]
version = "0.25"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.strsim]
version = "0.11"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tower-lsp]
version = "0.20"

[dependencies.url]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.24"

[build-dependencies.serde_json]
version = "1.0"