funpou 0.1.5

Quick one-line memos with automatic timestamps
# 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.85"
name = "funpou"
version = "0.1.5"
authors = ["Toshiki Takezawa <tsk.take815@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quick one-line memos with automatic timestamps"
homepage = "https://github.com/to4iki/funpou"
documentation = "https://docs.rs/funpou"
readme = "README.md"
keywords = [
    "memo",
    "cli",
    "note",
    "obsidian",
    "journal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/to4iki/funpou"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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