artemisia 0.7.0

The Artemisia 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
# 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 = "2024"
rust-version = "1.92"
name = "artemisia"
version = "0.7.0"
authors = ["Thomas Krause <thomas.krause@hu-berlin.de>"]
build = false
include = [
    "LICENSE",
    "**/*.rs",
    "assets/",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
The Artemisia 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.
""""
readme = "README.md"
license = "Apache-2.0"
repository = "https://codeberg.org/korpling/artemisia"

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

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

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

[[bin]]
name = "artemisia"
path = "src/main.rs"

[dependencies.annatto]
version = "0.48"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.chksum]
version = "0.4.0"

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

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

[dependencies.egui]
version = "0.33.2"

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

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

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

[dependencies.egui_extras]
version = "0.33.2"
features = ["all_loaders"]

[dependencies.env_logger]
version = "0.11"

[dependencies.facet]
version = "0.28.0"

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

[dependencies.graphannis]
version = "4.0.1"

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

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
]

[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]
version = "1"
features = ["derive"]

[dependencies.strfmt]
version = "0.2.5"

[dependencies.tempfile]
version = "3.15.0"

[dependencies.toml]
version = "0.9.3"

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

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

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

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

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

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

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

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

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

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