# 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 = "deepgram-rust-captions" version = "0.1.2" authors = ["Umesh Timalsina "] description = "Rust implementation of Deepgram's WebVTT and SRT formatting" homepage = "https://github.com/oele-isis-vanderbilt/deepgram-rust-captions" readme = "README.md" keywords = [ "deepgram", "webvtt", "srt", "captions", "transcription", ] license = "MIT" repository = "https://github.com/oele-isis-vanderbilt/deepgram-rust-captions" [dependencies.chrono] version = "0.4.38" [dependencies.deepgram] version = "0.5.0" [dependencies.serde_json] version = "1.0.120" [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.tokio] version = "1.38.0"