kcode-task-board 0.1.2

Kennedy's persistent graph-shaped task board
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.97"
name = "kcode-task-board"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kennedy's persistent graph-shaped task board"
readme = false
license = "MIT"

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

[[test]]
name = "task_board"
path = "tests/task_board.rs"

[dependencies.kcode-credits]
version = "0.1.1"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

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

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tempfile]
version = "3"

[lints.rust]
unsafe_code = "forbid"