ej-config 0.3.0

Configuration structures and utilities for EJ builder configurations.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ej-config"
version = "0.3.0"
authors = ["André Costa andre_miguel_costa@hotmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration structures and utilities for EJ builder configurations."
readme = "README.md"
license = "MIT"
resolver = "2"

[lib]
name = "ej_config"
path = "src/lib.rs"

[dependencies.ej-auth]
version = "0.3.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.22"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "serde",
]

[lints.rust]
unsafe_code = "forbid"
unused = "allow"