iso639_enum 0.6.0

An Enum for ISO 639 with from and to functions for all of ISO639_1, ISO639_3, name, and autonym.
Documentation
[package]
name = "iso639_enum"
version = "0.6.0"
authors = ["Nick Zana <me@nickzana.dev>"]
edition = "2018"
description = "An Enum for ISO 639 with from and to functions for all of ISO639_1, ISO639_3, name, and autonym."
readme = "README.md"
repository = "https://github.com/nickzana/rust-iso639"
license = "MIT"
keywords = ["iso639", "language", "metadata"]
build = "build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.38"
phf = "0.10"
serde = {version = "1.0", features = ["derive"]}

[build-dependencies]
Inflector = "0.11.4"
csv = "1.1"
phf_codegen = "0.10"