mirror of
https://github.com/blacksky-algorithms/rsky.git
synced 2025-03-14 13:59:02 +00:00
19 lines
589 B
TOML
19 lines
589 B
TOML
[package]
|
|
name = "rsky-crypto"
|
|
version = "0.1.2"
|
|
authors = ["Rudy Fraser <him@rudyfraser.com>"]
|
|
description = "Rust library providing basic cryptographic helpers as needed in atproto"
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
publish = true
|
|
homepage = "https://blackskyweb.xyz"
|
|
repository = "https://github.com/blacksky-algorithms/rsky/tree/main/rsky-crypto"
|
|
documentation = "https://docs.rs/rsky-crypto"
|
|
|
|
[dependencies]
|
|
multibase = "0.9.1"
|
|
secp256k1 = { workspace = true }
|
|
anyhow = "1.0.79"
|
|
p256 = { version = "0.13.2", features = ["ecdsa","arithmetic","alloc"] }
|
|
unsigned-varint = "0.8.0"
|