-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (27 loc) · 951 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "mootranscode"
version = "0.9.2"
description = "Video and audio transcoding for Moodle"
authors = ["Sheldon Young <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/softdevca/mootranscode"
repository = "https://github.com/softdevca/mootranscode"
documentation = "https://docs.rs/mootranscode"
edition = "2021"
keywords = ["Moodle", "transcode", "audio", "video"]
categories = ["command-line-utilities", "encoding"]
readme = "README.md"
[dependencies]
bb8 = "0.8"
bb8-postgres = "0.8"
clap = { version = "3.2", default-features = false, features = ["std", "cargo", "color", "env", "suggestions"] }
futures = "0.3"
log = { version = "0.4" }
#, features = ["max_level_trace", "release_max_level_debug"] }
sha-1 = "0.10"
simplelog = "0.12"
uuid = { version = "1.4", features = ["v4"] }
termcolor = "1.1"
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7"
url = "2.4"