# 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 = "khaiii-rs" version = "0.1.4" authors = ["Jordy Ruiter "] description = "Bindings to Kakao Hangul Analyzer III (khaiii) for parsing and analyzing Korean text." documentation = "https://docs.rs/khaiii-rs" readme = "README.md" keywords = [ "khaiii", "korean", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/ka1wa/khaiii-rs" [package.metadata.docs.rs] features = ["vendored-khaiii"] [dependencies.khaiii-sys] version = "0.1.0+0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.68" optional = true [features] serde_support = [ "serde", "serde_json", ] vendored-khaiii = ["khaiii-sys/vendored"]