# 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 = "gst-plugin-vosk" version = "0.1.0" authors = ["Rafael Caricio "] build = "build.rs" description = "GStreamer plugin for speech to text using the Vosk Toolkit." license = "MPL-2.0" repository = "https://github.com/rafaelcaricio/gst-plugin-vosk" resolver = "2" [package.metadata.capi] min_version = "0.8.0" [package.metadata.capi.header] enabled = false [package.metadata.capi.library] install_subdir = "gstreamer-1.0" versioning = false [package.metadata.capi.pkg_config] requires_private = "gstreamer-1.0, gstreamer-base-1.0, gobject-2.0, glib-2.0, gmodule-2.0" [lib] name = "gstvosk" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [dependencies.async-tungstenite] version = "0.17" features = ["tokio", "tokio-runtime", "tokio-native-tls"] [dependencies.atomic_refcell] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.gst] version = "0.18" package = "gstreamer" [dependencies.gst-base] version = "0.18" package = "gstreamer-base" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.0" features = ["rt-multi-thread", "time"] [build-dependencies.gst-plugin-version-helper] version = "0.7" [features] capi = [] static = ["gst/v1_14"]