# 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 = "alass-util" version = "0.3.0" authors = ["Weston Siegenthaler "] description = "A Rust convenience API for subtitle synchronization with alass-core" homepage = "https://github.com/wsiegenthaler/alass-ffi/tree/master/util" documentation = "https://docs.rs/alass-util" readme = "README.md" keywords = ["subtitle", "align", "automatic", "wrapper"] license = "GPL-3.0" repository = "https://github.com/wsiegenthaler/alass-ffi" [dependencies.alass-core] version = "2.0.0" [dependencies.byteorder] version = "1.3.4" [dependencies.chardet] version = "0.2" [dependencies.encoding_rs] version = "0.8.22" [dependencies.log] version = "0.4.8" [dependencies.subparse] version = "0.7.0" [dependencies.tract-onnx] version = "0.16.1" optional = true [dependencies.webrtc-vad] version = "0.4.0" optional = true [features] debug-sample-data = [] debug-voice-activity-data = [] default = ["vad-webrtc"] vad-silero-tract = ["tract-onnx"] vad-webrtc = ["webrtc-vad"]