# 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 = "libtashkeel_base" version = "1.5.0" authors = ["Musharraf Omer"] description = "Arabic-text diacritic restoration using neural networks" documentation = "https://github.com/mush42/libtashkeel" license = "MIT/Apache-2.0" repository = "https://github.com/mush42/libtashkeel" [dependencies.libtqsm] version = "0.6.1" [dependencies.log] version = "0.4.18" [dependencies.ndarray] version = "0.15.6" [dependencies.once_cell] version = "1.18.0" [dependencies.ort] version = "2.0.0-rc.1" optional = true [dependencies.rayon] version = "1.8.1" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.thiserror] version = "1.0.47" [dev-dependencies.ort] version = "2.0.0-rc.1" [features] default = [ "ort", "rayon", ] ort = ["dep:ort"] ort-dylib = ["ort/load-dynamic"] rayon = ["dep:rayon"]