shipd-core 0.2.0

Core library for Shipd – a CLI-first task manager for developers
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"
name = "shipd-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Shipd – a CLI-first task manager for developers"
readme = false
keywords = [
    "task-manager",
    "cli",
    "productivity",
    "sqlite",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/DevPardx/shipd-engine"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.git2]
version = "0.20.4"

[dependencies.nucleo-matcher]
version = "0.3.1"

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

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

[dependencies.toml]
version = "1.0.1"