sillok 0.5.1

A structured CLI chronicle for agentic daily work logs.
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.95"
name = "sillok"
version = "0.5.1"
build = false
include = [
    "Cargo.lock",
    "Cargo.toml",
    "README.md",
    "docs/**",
    "src/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A structured CLI chronicle for agentic daily work logs."
homepage = "https://github.com/younghyun1/sillok"
documentation = "https://docs.rs/sillok"
readme = "README.md"
keywords = [
    "agent",
    "archive",
    "cli",
    "journal",
    "tasks",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/younghyun1/sillok"

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

[[bin]]
name = "sillok"
path = "src/main.rs"

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

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

[dependencies.bitcode]
version = "0.6.9"

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

[dependencies.chrono-tz]
version = "0.10.4"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.directories]
version = "6.0.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.nutype]
version = "0.7.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
    "json",
]

[dependencies.turso]
version = "0.5.3"

[dependencies.uuid]
version = "1.23.1"
features = [
    "serde",
    "v7",
]

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.derive_fuzztest]
version = "0.1.4"
features = ["proptest"]

[dev-dependencies.predicates]
version = "3.1.4"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = true