# 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 = "stam-python" version = "0.10.2" authors = ["Maarten van Gompel "] build = false include = [ "pyproject.toml", "stam.pyi", "src/**/*", "tests/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "STAM is a library for dealing with standoff annotations on text, this is the python binding." homepage = "https://annotation.github.io/stam" documentation = "https://stam-python.readthedocs.io/" readme = "README.md" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp", ] license = "GPL-3.0-only" repository = "https://github.com/annotation/stam-python" [lib] name = "stam" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.pyo3] version = "0.22.3" features = ["chrono"] [dependencies.rayon] version = "1.10.0" [dependencies.stam] version = "0.16.4" [dependencies.stam-tools] version = "0.9.1" [features] default = ["pyo3/extension-module"] [target.aarch64-apple-darwin] [target.x86_64-apple-darwin]