[package]
edition = "2024"
rust-version = "1.88"
name = "mant-query"
version = "0.11.0"
build = false
include = [
"/Cargo.toml",
"/LICENSE",
"/README.md",
"/src/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded semantic queries over existing ManT document snapshots"
homepage = "https://github.com/BryanHeBY/ManT"
readme = "README.md"
keywords = [
"man",
"markdown",
"documentation",
"search",
]
categories = ["text-processing"]
license = "Apache-2.0"
repository = "https://github.com/BryanHeBY/ManT"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
[lib]
name = "mant_query"
path = "src/lib.rs"
[dependencies.grep-matcher]
version = "0.1.9"
[dependencies.grep-regex]
version = "0.1.14"
[dependencies.mant-codec]
version = "^0.11.0"
default-features = false
[dependencies.mant-ir]
version = "^0.11.0"
[dependencies.mant-protocol]
version = "^0.11.0"
[dependencies.pulldown-cmark]
version = "0.13.4"
default-features = false
[dependencies.regex-syntax]
version = "0.8.11"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.rust]
unsafe_code = "deny"