stam-python 0.12.0

STAM is a library for dealing with standoff annotations on text, this is the python binding.
Documentation
[dependencies.pyo3]
features = ["chrono"]
version = "0.26.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.stam]
version = "0.18.3"

[dependencies.stam-tools]
version = "0.13.0"

[features]
default = ["pyo3/extension-module"]

[lib]
crate-type = ["cdylib"]
name = "stam"
path = "src/lib.rs"

[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
documentation = "https://stam-python.readthedocs.io/"
edition = "2021"
homepage = "https://annotation.github.io/stam"
include = ["pyproject.toml", "stam.pyi", "src/**/*", "tests/**/*", "LICENSE", "README.md"]
keywords = ["text-processing", "annotation", "linguistics", "standoff", "nlp"]
license = "GPL-3.0-only"
name = "stam-python"
readme = "README.md"
repository = "https://github.com/annotation/stam-python"
version = "0.12.0"

[target.aarch64-apple-darwin]

[target.x86_64-apple-darwin]