sheathe-cli 0.1.1

CLI logic for the sheathe media packager (library; the binary is the `sheathe` crate)
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"
rust-version = "1.82"
name = "sheathe-cli"
version = "0.1.1"
authors = ["Vikram Bhaskaran <vikram.bhaskaran@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI logic for the sheathe media packager (library; the binary is the `sheathe` crate)"
readme = false
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"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.sheathe-core]
version = "0.1.0"

[dependencies.sheathe-crypto]
version = "0.1.0"

[dependencies.sheathe-dash]
version = "0.1.0"

[dependencies.sheathe-hls]
version = "0.1.0"

[dependencies.sheathe-mp4]
version = "0.1.0"