~core/sage

sage/Cargo.toml -rw-r--r-- 498 bytes
843edbb4 — core feat(0.1.3): autodecrypt w/all local identities 21 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "sage"
version = "0.1.3"
edition = "2024"
license = "AGPL-3.0-only"
description = "A simple wrapper for `age` to add a named identity system."
homepage = "https://git.srht.e3t.cc/~core/sage"
repository = "https://git.srht.e3t.cc/~core/sage"

[dependencies]
serde = { version = "1", features = ["derive"] }
toml = "0.9"
age = "0.11"
pico-args = { version = "0.5", features = ["combined-flags"] }
anyhow = "1"
dirs = "6"
regex = "1.12"
nucleo = "0.5"
urlencoding = "2"
tempfile = "3"