# 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 = "rust_iso639" version = "0.0.3" exclude = ["src/*.py"] description = "ISO 639 is a standardized nomenclature used to classify languages. Each language is assigned a two-letter (639-1) and three-letter (639-2 and 639-3) lowercase abbreviation, amended in later versions of the nomenclature." documentation = "https://docs.rs/rust_iso639/" readme = "README.md" keywords = [ "ISO639", "ISO639-1", "ISO639-2", "ISO639-3", ] license = "Apache-2.0" repository = "https://github.com/rust-iso/rust_iso639" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.phf] version = "^0.11.1" features = ["macros"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.prettytable-rs] version = "^0.10.0" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "^0.3.60" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "^0.2.83" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3.33"