marque-core 0.2.1

Format-agnostic text scanner and attribute parser — the marque engine's front end
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"
rust-version = "1.85"
name = "marque-core"
version = "0.2.1"
build = false
include = [
    "Cargo.toml",
    "LICENSE.md*",
    "README.md",
    "REUSE.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Format-agnostic text scanner and attribute parser — the marque engine's front end"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/marquetools/marque"

[features]
count-allocs = []
default = []
serde = ["dep:serde"]

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.marque-ism]
version = "0.2.0"

[dependencies.memchr]
version = "2.8.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.18"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(coverage_nightly)",
    'cfg(feature, values("corpus-override"))',
]