# 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_iso15924" version = "0.0.3" exclude = ["scripts/*"] description = "ISO 15924, Codes for the representation of names of scripts, is an international standard defining codes for writing systems or scripts (a \"set of graphic characters used for the written form of one or more languages\"). Each script is given both a four-letter code and a numeric code." documentation = "https://docs.rs/rust_iso15924/" readme = "README.md" keywords = [ "ISO15924", "bcp47", "RFC5646", ] license = "Apache-2.0" repository = "https://github.com/rust-iso/rust_iso15924" 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.wasm-bindgen] version = "^0.2.83" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3.33"