# 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 = "summarize" version = "0.2.0" authors = ["Mike Dallas "] description = "CLI tool to summarize audio/video files" readme = "README.md" license = "MIT" repository = "https://github.com/mcdallas/summarize" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = [ "derive", "cargo", ] [dependencies.futures] version = "0.3.29" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.14" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tokio-util] version = "0.7.7"