# 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 = "2018" name = "iso639_enum" version = "0.6.0" authors = ["Nick Zana "] build = "build.rs" description = "An Enum for ISO 639 with from and to functions for all of ISO639_1, ISO639_3, name, and autonym." readme = "README.md" keywords = ["iso639", "language", "metadata"] license = "MIT" repository = "https://github.com/nickzana/rust-iso639" [dependencies.anyhow] version = "1.0.38" [dependencies.phf] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.Inflector] version = "0.11.4" [build-dependencies.csv] version = "1.1" [build-dependencies.phf_codegen] version = "0.10"