# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sejong" version = "0.1.5" authors = ["Xiwen Li"] description = "Sejong Buffer is a buffer that can receive ASCII bytes different from keyboard and send out UTF-32 Hangul string. This buffer allows deletion by Jamo." keywords = ["hangul", "korean", "input"] categories = ["text-processing", "parsing", "localization"] license = "MIT" repository = "https://github.com/funfoolsuzi/sejong.git" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] crate-type = ["cdylib", "rlib"] [dependencies.lazy_static] version = "1.4" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wee_alloc] version = "0.4" optional = true [features] wasm = ["wasm-bindgen", "lazy_static", "wee_alloc"]