54 lines
1.1 KiB
TOML
54 lines
1.1 KiB
TOML
# Copyright 2025 New Vector Ltd.
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
# Please see LICENSE files in the repository root for full details.
|
|
|
|
[package]
|
|
name = "mas-config"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
camino.workspace = true
|
|
chrono.workspace = true
|
|
figment.workspace = true
|
|
futures-util.workspace = true
|
|
governor.workspace = true
|
|
hex.workspace = true
|
|
indoc.workspace = true
|
|
ipnetwork.workspace = true
|
|
lettre.workspace = true
|
|
pem-rfc7468.workspace = true
|
|
rand_chacha.workspace = true
|
|
rand.workspace = true
|
|
rustls-pki-types.workspace = true
|
|
schemars.workspace = true
|
|
serde_json.workspace = true
|
|
serde_with.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
ulid.workspace = true
|
|
url.workspace = true
|
|
|
|
mas-jose.workspace = true
|
|
mas-keystore.workspace = true
|
|
mas-iana.workspace = true
|
|
|
|
[features]
|
|
docker = []
|
|
dist = []
|
|
|
|
[[bin]]
|
|
name = "schema"
|
|
doc = false
|