logmv 0.7.1

Logged atomic file move and trash with an append-only JSON-Lines audit trail
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.85"
name = "logmv"
version = "0.7.1"
build = false
exclude = [".jeff"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Logged atomic file move and trash with an append-only JSON-Lines audit trail"
readme = "README.md"
keywords = [
    "mv",
    "trash",
    "audit-log",
    "jsonl",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/johanthoren/logmv"

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

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

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

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

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