lex-config 0.4.0

Shared configuration loading for the lex toolchain
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 = "lex-config"
version = "0.4.0"
authors = ["lex contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared configuration loading for the lex toolchain"
readme = false
keywords = [
    "config",
    "lex",
]
categories = ["config"]
license = "MIT"
repository = "https://github.com/lex-fmt/lex"

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

[dependencies.config]
version = "0.14"

[dependencies.lex-babel]
version = "0.4.0"
default-features = true

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