stam-python 0.8.0

STAM is a library for dealing with standoff annotations on text
Documentation
[dependencies.pyo3]
features = ["chrono"]
version = "0.20.3"

[dependencies.stam]
version = "0.14.0"

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

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

[lib]
crate-type = ["cdylib"]
name = "stam"

[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
description = "STAM is a library for dealing with standoff annotations on text"
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.8.0"
[target.aarch64-apple-darwin]

[target.x86_64-apple-darwin]