Land password-vault dedicated workbench and mnote-vault-core/CLI, agent token read path design, vault transport split, and retire obsolete filetree smokes. Ignore local vault reimport scripts that trip secret scanners.
19 lines
570 B
TOML
19 lines
570 B
TOML
[package]
|
|
name = "mnote-vault-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
description = "Local-first password vault store + agent token (no mnote-web)"
|
|
|
|
[dependencies]
|
|
base64 = "0.22"
|
|
hex = "0.4"
|
|
hmac = "0.12"
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
sha2 = "0.10"
|
|
time = { version = "0.3", features = ["formatting", "local-offset"] }
|
|
uuid = { version = "1", features = ["v4"] }
|