# 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 = "mootranscode" version = "0.9.1" authors = ["Sheldon Young "] description = "Video and audio transcoding for Moodle" homepage = "https://github.com/softdevca/mootranscode" documentation = "https://docs.rs/mootranscode" readme = "README.md" keywords = [ "Moodle", "transcode", "audio", "video", ] categories = [ "command-line-utilities", "encoding", ] license = "Apache-2.0" repository = "https://github.com/softdevca/mootranscode" resolver = "2" [dependencies.bb8] version = "0.7" [dependencies.bb8-postgres] version = "0.7" [dependencies.clap] version = "3.1" features = [ "std", "cargo", "color", "env", "suggestions", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.sha-1] version = "0.10" [dependencies.simplelog] version = "0.12" [dependencies.termcolor] version = "1.1" [dependencies.tokio] version = "1.17" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-postgres] version = "0.7" [dependencies.url] version = "2.2" [dependencies.uuid] version = "0.8" features = ["v4"]