scriptor 0.1.1

Speech-to-Text CLI and TUI
Documentation
# 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 = "scriptor"
version = "0.1.1"
authors = ["Giacomo Piccinini <giacomo.piccinini@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Speech-to-Text CLI and TUI"
homepage = "https://github.com/giacomopiccinini/scriptor"
readme = "README.md"
keywords = [
    "parakeet",
    "stt",
    "speech-to-text",
    "audio",
    "onnx",
]
license = "MIT"
repository = "https://github.com/giacomopiccinini/scriptor"

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

[[bin]]
name = "scriptor"
path = "src/main.rs"

[[test]]
name = "audio"
path = "tests/audio.rs"

[[test]]
name = "cli_interface"
path = "tests/cli_interface.rs"

[[test]]
name = "config_scriptor"
path = "tests/config_scriptor.rs"

[[test]]
name = "db_ops"
path = "tests/db_ops.rs"

[[test]]
name = "transcription"
path = "tests/transcription.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arboard]
version = "3.4"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5.51"
features = ["derive"]

[dependencies.cpal]
version = "0.16.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hound]
version = "3.5.1"

[dependencies.ndarray]
version = "0.16"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.ort]
version = "2.0.0-rc.10"
features = [
    "cuda",
    "tensorrt",
    "coreml",
]

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"
features = ["stream"]

[dependencies.ringbuf]
version = "0.4.8"

[dependencies.rubato]
version = "0.16.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.spinoff]
version = "0.8.0"
features = ["dots"]

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "sqlite",
    "chrono",
    "macros",
]

[dependencies.textwrap]
version = "0.16"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.19.0"
features = [
    "v4",
    "v7",
]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.directories]
version = "6.0.0"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.tempfile]
version = "3.16"

[dev-dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tracing-error]
version = "0.2.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true