moenarch-text-transcripts 0.1.1

Transcript parsing and ASR command adapters for video-analysis.
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 = "2021"
rust-version = "1.95"
name = "moenarch-text-transcripts"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transcript parsing and ASR command adapters for video-analysis."
homepage = "https://github.com/moritzbrantner/rust-packages"
documentation = "https://docs.rs/moenarch-video-analysis"
readme = "README.md"
keywords = [
    "video",
    "audio",
    "image",
    "multimodal",
    "analysis",
]
categories = [
    "multimedia",
    "computer-vision",
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moritzbrantner/rust-packages"

[features]
default = []
external-tests = []
native = [
    "dep:sha2",
    "dep:ureq",
]

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

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

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

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

[dependencies.audio-analysis-core]
version = "0.1.0"
package = "moenarch-audio-analysis-core"

[dependencies.hound]
version = "3.5.1"

[dependencies.runtime-core]
version = "0.2.0"
package = "moenarch-runtime-core"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.10.9"
optional = true

[dependencies.text-core]
version = "0.1.0"
package = "moenarch-text-core"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.ureq]
version = "2.12.1"
optional = true
default-features = true

[dependencies.video-analysis-core]
version = "0.1.3"
package = "moenarch-video-analysis-core"

[dependencies.video-analysis-ingest]
version = "0.1.0"
package = "moenarch-video-analysis-ingest"

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

[build-dependencies.cmake]
version = "0.1.54"