libcwtch-rs/Cargo.toml

24 lines
649 B
TOML
Raw Normal View History

[package]
name = "libcwtch"
2024-02-24 18:49:57 +00:00
version = "0.8.0"
authors = ["Dan Ballard <dan@mindstab.net>"]
edition = "2018"
license = "MIT"
description = "libcwtch is an interface to a Cwtch app that allows creating of profiles to communicate with contacts over the Cwtch protocol"
repository = "https://git.openprivacy.ca/cwtch.im/libcwtch-rs"
2021-09-15 20:05:04 +00:00
readme = "README.md"
2022-07-21 22:52:52 +00:00
documentation = "https://docs.rs/libcwtch/"
[build-dependencies]
hex-literal = "0.3.4"
sha2 = "0.10.1"
bindgen = "0.65.1"
[dependencies]
libc = "0.2"
serde_json = "1.0"
serde = { version = "1.0.127", features = ["derive"] }
serde_with = { version = "1.10.0" }
serde_repr = "0.1"
2022-07-07 06:52:30 +00:00
chrono = "0.4.19"