mirror of
https://codeberg.org/tyy/aspm
synced 2024-12-23 00:09:28 -07:00
18 lines
510 B
TOML
18 lines
510 B
TOML
|
[package]
|
||
|
name = "ariadne-signature-profile-proto"
|
||
|
authors = ["Ty"]
|
||
|
description = "A prototype implementation of the ariadne signature profile specification"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "4.3.8", features = ["derive"] }
|
||
|
data-encoding = "2.4.0"
|
||
|
indoc = "2.0.1"
|
||
|
josekit = "0.8.3"
|
||
|
serde = { version = "1.0.164", features = ["derive"] }
|
||
|
serde_json = "1.0.99"
|
||
|
sha2 = "0.10.7"
|