kimun_core 0.2.6

Core library for the Kimün notes application
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"
name = "kimun_core"
version = "0.2.6"
authors = ["Nico Hormazábal <mail@nico2sh.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the Kimün notes application"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nico2sh/kimun"

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

[dependencies.async-recursion]
version = "1.1"

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures-channel]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.regex]
version = "1.12"

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

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
    "macros",
]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "1.0.7"

[dependencies.twox-hash]
version = "2.1"

[dev-dependencies.serde_json]
version = "1.0"

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