[package] name = "libcwtch" version = "0.1.0" authors = ["Dan Ballard "] 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" readme = "README.md" documentation = "https://docs.rs/libcwtch/0.1.0/libcwtch/" [dependencies] libc = "0.2" serde_json = "1.0" serde = { version = "1.0.127", features = ["derive"] } serde_with = { version = "1.10.0" }