vapours 0.2.5

A collection of utilities surrounding vapoursynth4-rs.
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 = "2021"
name = "vapours"
version = "0.2.5"
build = false
include = [
    "src",
    "Cargo.toml",
    "LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of utilities surrounding vapoursynth4-rs."
homepage = "https://sgt0.github.io/vapours"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sgt0/vapours"

[package.metadata.cargo-shear]
ignored = ["strum"]

[features]
default = []

[lib]
name = "vapours"
path = "src/lib.rs"

[dependencies.const-str]
version = "^1.1.0"

[dependencies.miette]
version = "^7.6.0"

[dependencies.num-derive]
version = "^0.4.2"

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

[dependencies.seq-macro]
version = "^0.3.6"

[dependencies.strum]
version = "^0.28.0"

[dependencies.strum_macros]
version = "^0.28.0"

[dependencies.thiserror]
version = "^2.0.18"

[dependencies.vapoursynth4-rs]
version = "^0.4.0"

[dev-dependencies.approx]
version = "=0.5.1"

[dev-dependencies.rstest]
version = "=0.26.1"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.cargo_common_metadata]
level = "allow"
priority = 0

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 0

[lints.clippy.cast_possible_wrap]
level = "allow"
priority = 0

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 0

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 0

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.unreadable_literal]
level = "allow"
priority = 0

[lints.rustdoc.all]
level = "warn"
priority = 0