[package] name = "video_ludo" version = "1.0.0" authors = ["Andrea Catania "] edition = "2018" repository = "https://github.com/AndreaCatania/video_ludo" description = "Movie file reader, ready to be used." keywords = ["ffmpeg", "movie", "video", "audio", "codec"] categories = ["multimedia", "multimedia::video", "multimedia::audio"] readme = "README.md" license = "MIT" [dependencies] ffmpeg-sys = {version = "3.4.1"} libc = "0.2.65" ringbuf = "0.2.1" rayon = "1.2.0" [dev-dependencies] glium = "0.25.1"