zoomvtools 1.1.0

Video motion vector analysis utilities in pure Rust
Documentation
# 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 = "2024"
rust-version = "1.95"
name = "zoomvtools"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Video motion vector analysis utilities in pure Rust"
documentation = "https://docs.rs/zoomvtools"
readme = false
license = "MIT"
repository = "https://gitlab.com/shssoichiro/vapoursynth-zoomvtools"

[features]
avx2 = []
avx512 = ["avx2"]
bench = []
default = [
    "avx2",
    "avx512",
]
experimental = []
system_fftw = []
tracing = ["dep:tracing"]

[lib]
name = "zoomvtools"
path = "src/lib.rs"
bench = false

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bitflags]
version = "2.9.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rustdct]
version = "0.7.1"

[dependencies.safefma]
version = "0.1.0"

[dependencies.semisafe]
version = "0.1.0"

[dependencies.smallvec]
version = "1.15.0"

[dependencies.tracing]
version = "0.1.41"
optional = true

[dev-dependencies.float-cmp]
version = "0.10"

[dev-dependencies.pastey]
version = "0.2.1"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.1.0"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.rand_xoshiro]
version = "0.8.0"