2023-07-04 15:40:37 +02:00

24 lines
604 B
TOML

[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 = { workspace = true }
[package.metadata.docs.rs]
all-features = true
[features]
# Don't validate the version part in `key_id::validate`.
compat-key-id = []
# Allow some user IDs that are invalid even with the specified historical
# user ID scheme.
compat-user-id = []
[dependencies]
js_int = { workspace = true }
thiserror = { workspace = true }