sheathe 0.1.4

Pure-Rust HLS/DASH/CMAF media packager (Shaka Packager alternative) — `sheathe` CLI
# 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 = "sheathe"
version = "0.1.4"
authors = ["Vikram Bhaskaran <vikram.bhaskaran@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust HLS/DASH/CMAF media packager (Shaka Packager alternative) — `sheathe` CLI"
readme = "README.md"
keywords = [
    "dash",
    "hls",
    "cmaf",
    "packager",
    "streaming",
]
categories = [
    "multimedia",
    "multimedia::video",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vbasky/sheathe"

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

[dependencies.anyhow]
version = "1"

[dependencies.sheathe-cli]
version = "0.1.4"

[lints.clippy]

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

[lints.rustdoc]
broken_intra_doc_links = "warn"