[package]
edition = "2024"
rust-version = "1.85"
name = "index-extract"
version = "1.0.0"
authors = ["Index contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic extraction and scripting policies for Index documents."
documentation = "https://docs.rs/index-extract"
readme = "README.md"
license = "Unlicense"
[lib]
name = "index_extract"
path = "src/lib.rs"
[dependencies.index-core]
version = "1.0.0"
[lints.clippy]
all = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"