# 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.85"
name = "revelo-cli"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "revelo CLI"
readme = "README.md"
keywords = [
    "mediainfo",
    "metadata",
    "media",
    "parser",
    "ffprobe",
]
categories = [
    "command-line-utilities",
    "multimedia",
    "parser-implementations",
]
license = "BSD-2-Clause"
repository = "https://github.com/vbasky/revelo"

[[bin]]
name = "revelo"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.revelo-core]
version = "0.3.0"

[dependencies.revelo-dispatcher]
version = "0.3.0"

[dependencies.revelo-export]
version = "0.3.0"

[dependencies.revelo-parsers-tag]
version = "0.3.0"

[dependencies.revelo-util]
version = "0.3.0"

[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_checked_ops = "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"