upub/cli/Cargo.toml

26 lines
655 B
TOML
Raw Normal View History

[package]
name = "upub-cli"
2024-12-27 16:43:49 +01:00
version = "0.3.0"
edition = "2021"
authors = [ "alemi <me@alemi.dev>" ]
description = "cli maintenance tasks for upub"
license = "AGPL-3.0"
repository = "https://git.alemi.dev/upub.git"
readme = "README.md"
[lib]
[dependencies]
apb = { path = "../apb/" }
upub = { path = "../core" }
tracing = "0.1"
serde_json = "1.0"
sha256 = "1.5"
uuid = { version = "1.11", features = ["v4"] }
chrono = { version = "0.4", features = ["serde"] }
openssl = "0.10" # TODO handle pubkeys with a smaller crate
clap = { version = "4.5", features = ["derive"] }
sea-orm = "1.1"
futures = "0.3"
reqwest = { version = "0.12", features = ["json"] }