# 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 = "korean_numbers" version = "0.6.7" authors = ["Andrew Zah "] description = """ This parses several types of numbers and expressions to Korean hangeul. """ readme = "README.md" keywords = [ "korean", "hangeul", "libhangeul", "hangul", ] categories = ["internationalization"] license = "AGPL-3.0-only" repository = "https://github.com/andrewzah/korean-nums" resolver = "2" [lib] name = "korean_nums" path = "src/lib.rs" [dependencies.itertools] version = "0.10.3" [dependencies.num] version = "0.4.0" [dev-dependencies] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"