[package] name = "hatsuon" version = "0.1.0" edition = "2021" license = "MIT" description = "A tool to generate a pitch accent diagram from a string and an array of mora accents." homepage = "https://treelar.xyz/hatsuon" repository = "https://github.com/ninjawarrior1337/hatsuon" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/lib.rs" crate-type = ["cdylib", "rlib"] [profile.release] lto = true strip = true [dependencies] clap = { version = "4.2.4", features = ["derive"] } cosmic-text = "0.8.0" image = "0.24.6" imageproc = "0.23.0" lazy_static = "1.4.0" rayon = "1.7.0" thiserror = "1.0.40" tiny-skia = "0.9.0" unicode-segmentation = "1.10.1" wasm-bindgen = "0.2.84"