libbrat-workflow 0.1.0

Workflow templates and execution for Brat
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 = "2021"
rust-version = "1.75"
name = "libbrat-workflow"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workflow templates and execution for Brat"
homepage = "https://github.com/neul-labs/brat"
documentation = "https://docs.neullabs.com/brat"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/neul-labs/brat"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.libbrat-grite]
version = "0.1.0"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

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