configinator 0.5.44

Config for Ordinary Framework.
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 = "configinator"
version = "0.5.44"
authors = ["sean watters <sean@ordinarylabs.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config for Ordinary Framework."
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = ["config"]
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

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

[dependencies.ordinary-types]
version = "0.5.44"
package = "notatype"

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

[lints.clippy]
unwrap_used = "deny"