bear-cli 0.3.1

A native Rust CLI for Bear.app on macOS — SQLite for reads, CloudKit REST API for writes
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 = "bear-cli"
version = "0.3.1"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "bear"
description = "A native Rust CLI for Bear.app on macOS — SQLite for reads, CloudKit REST API for writes"
homepage = "https://github.com/BIRSAx2/bear-cli"
documentation = "https://docs.rs/bear-cli"
readme = "README.md"
keywords = [
    "bear",
    "notes",
    "cli",
    "macos",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/BIRSAx2/bear-cli"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.plist]
version = "1.7"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tiny_http]
version = "0.12"

[dependencies.uuid]
version = "1.0"
features = ["v4"]