# 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 = "tossicat" version = "0.6.0" authors = [ "Jae-Hwan Chung ", "Jess ", ] exclude = [ "main.rs", "/docs", ] description = "입력된 단어에 맞게 같이 입력된 토시(조사)를 적절하게 변환하는 라이브러리" homepage = "https://github.com/tossicat/tossicat-core/blob/master/README.md" documentation = "https://docs.rs/tossicat" readme = "README.md" keywords = [ "hangul", "hangeul", "library", "lib", ] categories = [ "development-tools", "text-processing", ] license = "LGPL-2.1" repository = "https://github.com/tossicat/tossicat-core" [lib] name = "tossicat" path = "src/lib.rs" [dependencies]