# 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 = "pgv_rs" version = "0.1.10" authors = ["Hazel Stagner"] exclude = [ "*.png", "*.wav", "*.pgv", "/demo", ] description = "Library for working with PGV (a toy MPEG-like video codec)" readme = "README.md" keywords = [ "codec", "video", "av", ] categories = [ "multimedia::video", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/GlaireDaggers/Pretty-Good-Video" [profile.test] opt-level = 3 [dependencies.byteorder] version = "1.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.7.0" [dev-dependencies.image] version = "0.24.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.wav] version = "1.0.0"