# 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 = "pfv-rs" version = "0.2.2" authors = ["Hazel Stagner"] exclude = [ "*.png", "*.wav", "*.pfv", "/demo", "*.bin", ] description = "Library for working with PFV (a minimal MPEG-like video codec)" readme = "README.md" keywords = [ "codec", "video", "av", ] categories = [ "multimedia::video", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/GlaireDaggers/Pretty-Fast-Video" [profile.test] opt-level = 3 [dependencies.bitstream-io] version = "1.6.0" [dependencies.byteorder] version = "1.4.3" [dependencies.rayon] version = "1.7.0" optional = true [dev-dependencies.image] version = "0.24.6" [features] default = ["multithreading"] multithreading = ["dep:rayon"]