# 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 = "gridvid" version = "0.3.0" authors = ["U-03BB"] description = "Wrapper library for rendering MP4 videos from 2D vectors" homepage = "https://github.com/u-03bb/gridvid" documentation = "https://docs.rs/gridvid" readme = "README.md" keywords = [ "mp4", "video", "media", "h264", ] categories = [ "multimedia::video", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/u-03bb/gridvid" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.openh264] version = "0.3" features = ["encoder"] [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.10" [build-dependencies.bindgen] version = "0.64" [build-dependencies.cc] version = "1.0"