1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-09-21 19:01:58 +03:00
Files
authentication-service/crates/policy/Cargo.toml
2024-07-01 12:35:08 +02:00

33 lines
625 B
TOML

[package]
name = "mas-policy"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
opa-wasm = "0.1.0"
serde.workspace = true
serde_json.workspace = true
schemars = { workspace = true, optional = true }
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
mas-data-model.workspace = true
oauth2-types.workspace = true
[features]
jsonschema = ["dep:schemars"]
[[bin]]
name = "schema"
required-features = ["jsonschema"]