# 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 = "rustkorean" version = "1.1.1" authors = ["Joohyung Park "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RustKorean is a Rust library for processing Korean characters. It provides functionalities to check if a character is Korean, classify Korean characters, verify if a character is a leading consonant (choseong), a medial vowel (jungseong), or a trailing consonant (jongseong) in the Korean writing system, combine Jamo characters into complete Hangul syllables, and check the syllable type of characters." readme = "README.md" license = "MIT" repository = "https://github.com/leoppark94/RUST-Korean" [lib] name = "rustkorean" path = "src/lib.rs" [[example]] name = "double_consonant_example" path = "examples/double_consonant_example.rs" [[example]] name = "korean_compose_example" path = "examples/korean_compose_example.rs" [[example]] name = "korean_compose_example_2" path = "examples/korean_compose_example_2.rs" [[example]] name = "rustkorean_examples" path = "examples/rustkorean_examples.rs" [[test]] name = "fuction_tests" path = "tests/fuction_tests.rs" [dependencies]