# 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 = "av-decoder" version = "0.1.1" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "Extracts OFPS compatible motion vectors from MPEG streams" documentation = "https://docs.rs/av-decoder" keywords = [ "ofps", "motion", "ffmpeg", "libav", "mpeg", ] categories = [ "computer-vision", "science", "parsing", "algorithms", ] license = "MIT" repository = "https://github.com/h33p/ofps" resolver = "2" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.c_str_macro] version = "1" [dependencies.ffmpeg-sys-next] version = "5" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.30" [dependencies.ofps] version = "0.1"