oximemo-cli 0.9.1

Command-line interface for oximemo
# 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.89"
name = "oximemo-cli"
version = "0.9.1"
authors = ["oximemo"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for oximemo"
homepage = "https://github.com/project-oxi/oximemo"
readme = "README.md"
keywords = [
    "oximemo",
    "notes",
    "markdown",
    "cli",
    "vault",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/project-oxi/oximemo"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.flate2]
version = "1"

[dependencies.minisign-verify]
version = "0.2"

[dependencies.oximemo-core]
version = "0.9.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "serde-human-readable",
    "serde-well-known",
    "parsing",
    "formatting",
    "macros",
]

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.ureq]
version = "2"
features = ["tls"]
default-features = false