# 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 = "hatsuon" version = "0.1.0" description = "A tool to generate a pitch accent diagram from a string and an array of mora accents." homepage = "https://treelar.xyz/hatsuon" license = "MIT" repository = "https://github.com/ninjawarrior1337/hatsuon" [profile.release] lto = true strip = true [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.cosmic-text] version = "0.8.0" [dependencies.image] version = "0.24.6" [dependencies.imageproc] version = "0.23.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.7.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tiny-skia] version = "0.9.0" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.wasm-bindgen] version = "0.2.84"