annatomic 0.3.0

The Annatomic annotation editor is intended to be used for the [RIDGES corpus](https://www.linguistik.hu-berlin.de/en/institut-en/professuren-en/korpuslinguistik/research/ridges-projekt). It is based on [graphANNIS](https://github.com/korpling/graphANNIS) and thus is internal data model is in principle suitable for a wide range of annotation concepts. "
Documentation
[[bin]]
name = "annatomic"
path = "src/main.rs"

[dependencies.annatto]
version = "0.40.1"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.clap]
features = ["derive"]
version = "4.5.23"

[dependencies.eframe]
default-features = false
features = ["accesskit", "wgpu", "persistence", "wayland", "x11"]
version = "0.32"

[dependencies.egui]
version = "0.32"

[dependencies.egui-file-dialog]
version = "0.11.0"

[dependencies.egui-notify]
version = "0.20.0"

[dependencies.egui-phosphor]
version = "0.10.0"

[dependencies.egui_extras]
features = ["image"]
version = "0.32"

[dependencies.env_logger]
version = "0.11"

[dependencies.facet]
version = "0.28.0"

[dependencies.facet-reflect]
version = "0.28.0"

[dependencies.graphannis]
version = "4.0.0"

[dependencies.graphannis-core]
version = "4.0.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4"

[dependencies.mimalloc]
version = "0.1.47"

[dependencies.ordermap]
version = "0.5.7"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.tempfile]
version = "3.15.0"

[dependencies.toml]
version = "0.9.3"

[dependencies.uuid]
features = ["v4"]
version = "1.11.0"

[dependencies.wgpu]
default-features = true
version = "25"

[dev-dependencies.dify]
version = "0.7.4"

[dev-dependencies.egui_kittest]
features = ["wgpu", "snapshot"]
version = "0.32.0"

[dev-dependencies.insta]
version = "1.41.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lib]
name = "annatomic"
path = "src/lib.rs"

[package]
authors = ["Thomas Krause <thomas.krause@hu-berlin.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
The Annatomic annotation editor is intended to be used for the [RIDGES corpus](https://www.linguistik.hu-berlin.de/en/institut-en/professuren-en/korpuslinguistik/research/ridges-projekt).
It is based on [graphANNIS](https://github.com/korpling/graphANNIS) and thus is internal data model is in principle suitable for a wide range of annotation concepts.
""""
edition = "2024"
include = ["LICENSE", "**/*.rs", "assets/", "Cargo.toml"]
license = "Apache-2.0"
name = "annatomic"
readme = "README.md"
repository = "https://codeberg.org/korpling/annatomic"
version = "0.3.0"

[package.metadata.cargo-machete]
ignored = ["wgpu"]

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]

[profile.dev.package."*"]
opt-level = 2

[profile.dev.package.graphannis]
opt-level = 3

[profile.dev.package.graphannis-core]
opt-level = 3

[profile.dev.package.insta]
opt-level = 3