# 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 = "v_frame" version = "0.3.8" authors = ["Luca Barbato "] description = "Video Frame data structures, originally part of rav1e" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/rust-av/v_frame" [[bench]] name = "bench" harness = false [dependencies.aligned-vec] version = "0.5.0" [dependencies.num-traits] version = "0.2" [dependencies.profiling] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.40" optional = true [features] profiling = ["dep:profiling"] serialize = [ "serde", "aligned-vec/serde", ] tracing = [ "profiling", "dep:tracing", "profiling/profile-with-tracing", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion] version = "0.5" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.criterion] version = "0.5" default-features = false [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2" [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "0.3"