2022-04-28 15:46:12 +02:00

19 lines
364 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.8.0"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[features]
compat = []
[dependencies]
thiserror = "1.0.26"
url = "2.2.2"