lexi 0.4.1

Renders a YAML lexicon file into dictionary files.
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 = "lexi"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renders a YAML lexicon file into dictionary files."
readme = "README.md"
license = "MIT"
repository = "https://github.com/jonathansharman/lexi"

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

[[bin]]
name = "lexi"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.9"

[dependencies.itertools]
version = "0.12.1"

[dependencies.log]
version = "0.4.29"

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

[dependencies.serde-saphyr]
version = "0.0.22"

[dependencies.tera]
version = "1.20.1"
default-features = false