Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.10 to 0.10.11. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.10...v0.10.11) --- updated-dependencies: - dependency-name: figment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.0 KiB
TOML
47 lines
1.0 KiB
TOML
[package]
|
|
name = "mas-config"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.32.0", features = ["fs", "rt"] }
|
|
tracing.workspace = true
|
|
async-trait = "0.1.73"
|
|
|
|
thiserror.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
camino = { workspace = true, features = ["serde1"] }
|
|
chrono.workspace = true
|
|
figment = { version = "0.10.11", features = ["env", "yaml", "test"] }
|
|
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
|
|
schemars = { version = "0.8.15", features = ["url", "chrono"] }
|
|
ulid.workspace = true
|
|
url.workspace = true
|
|
|
|
serde.workspace = true
|
|
serde_with = { version = "3.3.0", features = ["hex", "chrono"] }
|
|
serde_json.workspace = true
|
|
|
|
pem-rfc7468 = "0.7.0"
|
|
rustls-pemfile = "1.0.3"
|
|
rand.workspace = true
|
|
rand_chacha = "0.3.1"
|
|
|
|
indoc = "2.0.4"
|
|
|
|
mas-jose = { path = "../jose" }
|
|
mas-keystore = { path = "../keystore" }
|
|
mas-iana = { path = "../iana" }
|
|
|
|
[features]
|
|
docker = []
|
|
dist = []
|
|
|
|
[[bin]]
|
|
name = "schema"
|