# 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 = "2021" name = "ruma-signatures" version = "0.15.0" description = "Digital signatures according to the Matrix specification." homepage = "https://ruma.dev/" readme = "README.md" keywords = [ "matrix", "chat", "messaging", "ruma", "cryptography", ] categories = [ "api-bindings", "cryptography", ] license = "MIT" repository = "https://github.com/ruma/ruma" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.22.0" [dependencies.ed25519-dalek] version = "2.0.0" features = [ "pkcs8", "rand_core", ] [dependencies.pkcs8] version = "0.10.0" features = ["alloc"] [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.ruma-common] version = "0.13.0" features = ["canonical-json"] [dependencies.serde_json] version = "1.0.87" [dependencies.sha2] version = "0.10.6" [dependencies.subslice] version = "0.2.3" optional = true [dependencies.thiserror] version = "1.0.37" [dev-dependencies.assert_matches2] version = "0.1.0" [dev-dependencies.insta] version = "1.31.0" [features] compat-signature-id = [] ring-compat = ["dep:subslice"] unstable-exhaustive-types = []