boarddown-core 0.1.5

Core types, parser, and validation engine for BoardDown
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.70"
name = "boarddown-core"
version = "0.1.5"
authors = ["nocapro"]
description = "Core types, parser, and validation engine for BoardDown"
readme = "README.md"
keywords = [
    "kanban",
    "task",
    "markdown",
    "parser",
    "board",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/nocapro/BoardDown"

[dependencies.async-trait]
version = "0.1"

[dependencies.boarddown-schema]
version = "0.1.5"

[dependencies.chrono]
version = "0.4.31"
features = [
    "serde",
    "clock",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "=0.9.21"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.toml]
version = "=0.5.11"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.35"
features = ["full"]