[package]
edition = "2021"
name = "textframe"
version = "0.4.1"
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
build = false
include = [
"src/**/*",
"tests/**/*",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to query plain text documents by unicode offset without loading them all into memory"
documentation = "https://docs.rs/textframe"
readme = "README.md"
keywords = [
"text-processing",
"text",
"linguistics",
"standoff",
]
license = "GPL-3.0-only"
repository = "https://github.com/proycon/textframe"
[lib]
name = "textframe"
path = "src/lib.rs"
[dependencies.filetime]
version = "0.2.27"
[dependencies.hmac-sha256]
version = "1.1.12"
[dependencies.minicbor]
version = "0.26.5"
features = [
"derive",
"std",
]
[dependencies.smallvec]
version = "1.15.1"
[dev-dependencies.tempfile]
version = "3.23.0"