You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB
TOML

[package]
name = "transotf"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-rational = "0.4.0"
byteorder = "1.4.3"
tide = "0.16.0"
lazy_static = "1.4.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
http-types = "2.12.0"
futures = "0.3.17"
serde = { version = "1.0.130", features = ["derive"] }
futures-timer = { version = "3.0.2", default-features = false, features = [] }
async-std = { version = "1.10.0", features = ["attributes"] }
askama = "0.10.5"
# Fix for dependencies that do not matter
[dependencies.ffmpeg-sys-next]
version = "4.4.0"
features = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"]
# Fix for not depending on WASM shit
#[patch.crates-io]
#async-std = { path = "/home/eater/shit/async-std" }
#[dependencies.ffmpeg-next]
#version = "4.3.0"
#default-features = false
#features = ["ffmpeg42","codec", "device", "filter", "format", "software-resampling", "software-scaling"]