[package] name = "olm" version = "0.1.2" authors = ["Carlo Strub "] edition = "2018" description = "Native implementation of the Olm and Megolm cryptographic ratchets" documentation = "https://docs.rs/olm" readme = "README.md" homepage = "https://matrix.org/docs/guides/end-to-end-encryption-implementation-guide" repository = "https://bitbucket.org/carlostrub/olm/src/master/" license = "BSD-2-Clause" keywords = ["olm", "megolm", "ratchet", "matrix"] categories = ["cryptography"] [badges] bitbucket-pipelines = { repository = "carlostrub/olm", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] ed25519-dalek = "1.0.0-pre.3" rand = "0.7"