# 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 = "2018" name = "syeve" version = "0.1.0" authors = ["tuxmain "] description = "Simple yet efficient video encoding (lossless streaming codec)" license = "AGPL-3.0-only" repository = "https://framagit.org/ZettaScript/syeve" [dependencies.brotli2] version = "0.3.2" [dependencies.deflate] version = "0.9.1" optional = true [dependencies.inflate] version = "0.4.5" optional = true [dependencies.packed_simd_2] version = "0.3.6" optional = true [dev-dependencies.png] version = "0.17.1" [dev-dependencies.rand] version = "0.8.4" [features] compression_deflate = ["deflate", "inflate"] default = ["simd"] simd = ["packed_simd_2"]