ndwk 0.1.4

Lightweight, zero-delay, CPU-only real-time multilingual speech recognition (ASR) engine
# 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 = "2024"
name = "ndwk"
version = "0.1.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, zero-delay, CPU-only real-time multilingual speech recognition (ASR) engine"
homepage = "https://github.com/harunya0/ndwk"
readme = "README.md"
keywords = [
    "asr",
    "speech-recognition",
    "stt",
    "vad",
    "streaming",
]
categories = [
    "multimedia::audio",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/harunya0/ndwk"

[lib]
name = "ndwk"
path = "src/lib.rs"

[[example]]
name = "transcribe"
path = "examples/transcribe.rs"

[dependencies]

[build-dependencies.flate2]
version = "1"

[build-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[build-dependencies.tar]
version = "0.4"

[build-dependencies.zip]
version = "2"