viser 0.8.0

Video Encoding Optimizer — facade crate re-exporting the viser library crates
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.88"
name = "viser"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Video Encoding Optimizer — facade crate re-exporting the viser library crates"
readme = "README.md"
keywords = [
    "video",
    "encoding",
    "ffmpeg",
    "vmaf",
    "per-title",
]
categories = [
    "multimedia::video",
    "algorithms",
]
license = "BSD-2-Clause"
repository = "https://github.com/vbasky/viser"

[features]
chart = ["dep:viser-chart"]
checkpoint = ["dep:viser-checkpoint"]
compare = ["dep:viser-compare"]
complexity = ["dep:viser-complexity"]
contextaware = ["dep:viser-contextaware"]
default = ["full"]
encoding = ["dep:viser-encoding"]
ffmpeg = ["dep:viser-ffmpeg"]
full = [
    "ffmpeg",
    "quality",
    "hull",
    "ladder",
    "shot",
    "complexity",
    "encoding",
    "checkpoint",
    "pertitle",
    "pershot",
    "persegment",
    "contextaware",
    "compare",
    "chart",
]
hull = ["dep:viser-hull"]
ladder = ["dep:viser-ladder"]
persegment = ["dep:viser-persegment"]
pershot = ["dep:viser-pershot"]
pertitle = ["dep:viser-pertitle"]
quality = ["dep:viser-quality"]
shot = ["dep:viser-shot"]

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

[dependencies.viser-chart]
version = "0.8.0"
optional = true

[dependencies.viser-checkpoint]
version = "0.8.0"
optional = true

[dependencies.viser-compare]
version = "0.8.0"
optional = true

[dependencies.viser-complexity]
version = "0.8.0"
optional = true

[dependencies.viser-contextaware]
version = "0.8.0"
optional = true

[dependencies.viser-encoding]
version = "0.8.0"
optional = true

[dependencies.viser-ffmpeg]
version = "0.8.0"
optional = true

[dependencies.viser-hull]
version = "0.8.0"
optional = true

[dependencies.viser-ladder]
version = "0.8.0"
optional = true

[dependencies.viser-persegment]
version = "0.8.0"
optional = true

[dependencies.viser-pershot]
version = "0.8.0"
optional = true

[dependencies.viser-pertitle]
version = "0.8.0"
optional = true

[dependencies.viser-quality]
version = "0.8.0"
optional = true

[dependencies.viser-shot]
version = "0.8.0"
optional = true

[lints.clippy]
cast_possible_truncation = "allow"
cast_sign_loss = "allow"
doc_lazy_continuation = "allow"
doc_markdown = "allow"
explicit_counter_loop = "allow"
field_reassign_with_default = "allow"
if_same_then_else = "allow"
manual_strip = "allow"
match_like_matches_macro = "allow"
missing_safety_doc = "allow"
needless_range_loop = "allow"
same_item_push = "allow"
type_complexity = "allow"
unusual_byte_groupings = "allow"
unwrap_used = "allow"
vec_init_then_push = "allow"

[lints.rust]
unreachable_pub = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rustdoc]
broken_intra_doc_links = "allow"
invalid_html_tags = "allow"