19 lines
381 B
TOML
19 lines
381 B
TOML
[package]
|
|
name = "ruma-identifiers-validation"
|
|
description = "Validation logic for ruma-identifiers and ruma-identifiers-macros"
|
|
homepage = "https://www.ruma.io/"
|
|
repository = "https://github.com/ruma/ruma"
|
|
license = "MIT"
|
|
version = "0.7.0"
|
|
edition = "2018"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[features]
|
|
compat = []
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.26"
|
|
url = "2.2.2"
|