You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A command-line app written in Rust that converts audio recordings with speaker identification information from AWS Transcribe into text, HTML, or JSON formats, formatted with time stamps and speaker labels."
license = "MIT"
[dependencies]
serde_json = "1.0.96"
serde = { version = "1.0.160", features = ["derive"] }
clap = { version = "4.2.5", features = ["cargo", "derive"] }
time = { version = "0.3.2", features = ["formatting","macros", "parsing"] }