crypt-configs 0.2.2

A modern config file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "crypt-configs"
version = "0.2.2"
edition = "2024"
description = "A modern config file format"
authors = ["Nyx Bradbury"]
readme = "../README.md"
license = "MIT"
repository = "https://gitlab.com/voidxev/crypt-config.git"

[dependencies]
oaken = {version = "0.2.0", features = ["util", "standard"]}
crypt-macro = "0.1.1"
indexmap = "^2.14.0"