[package] name = "ruma-identifiers-validation" description = "Validation logic for ruma-common and ruma-macros" homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" license = "MIT" version = "0.9.1" edition = "2021" rust-version = "1.64" [package.metadata.docs.rs] all-features = true [features] compat = [] [dependencies] js_int = { workspace = true } thiserror = { workspace = true }