# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "olm-rs" version = "2.2.0" authors = ["Johannes Hayeß "] description = "A Rust wrapper for libolm." readme = "README.md" keywords = ["cryptography", "curve25519", "olm", "megolm", "matrix"] license = "Apache-2.0" repository = "https://gitlab.gnome.org/jhaye/olm-rs" [dependencies.getrandom] version = "0.2.0" [dependencies.olm-sys] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.zeroize] version = "1.1" [dev-dependencies.base64] version = "0.11.0" [dev-dependencies.json] version = "0.12.1" [features] default = ["deserialization"] deserialization = ["serde", "serde_json"]