note-to-self-lib 0.1.0

Shared data model, crypto, and sync types for note-to-self.
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 = "2021"
name = "note-to-self-lib"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared data model, crypto, and sync types for note-to-self."
homepage = "https://notes.nathom.dev"
readme = false
license = "MIT"
repository = "https://github.com/nathom/note-to-self"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

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

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

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

[dependencies.zeroize]
version = "1"
features = ["zeroize_derive"]