textframe 0.4.1

Library to query plain text documents by unicode offset without loading them all into memory
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 = "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"