simple_config 0.135.0

A config language for humans that is not self-describing.
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 = "2021"
name = "simple_config"
version = "0.135.0"
authors = ["Kevin Cox <kevincox@kevincox.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A config language for humans that is not self-describing."
homepage = "https://gitlab.com/kevincox/simple-config-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitlab.com/kevincox/simple-config-rs"

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

[[example]]
name = "github-workflow"
path = "examples/github-workflow/main.rs"
test = true

[[example]]
name = "gitlab-ci"
path = "examples/gitlab-ci/main.rs"
test = true

[dependencies.bstr]
version = "1.0.0"

[dependencies.serde]
version = "1.0.137"

[dependencies.thiserror]
version = "1.0.31"

[dev-dependencies.humantime-serde]
version = "1.1.1"

[dev-dependencies.serde_derive]
version = "1.0.137"

[dev-dependencies.serde_with]
version = "3.0.0"

[dev-dependencies.serde_yaml]
version = "0.8.24"