smk 0.1.0

A pure Rust library for decoding Smacker Video (.smk) files
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.85"
name = "smk"
version = "0.1.0"
authors = ["Alessandro Rosetti <alessandro.rosetti@gmail.com>"]
build = false
exclude = [
    "testdata/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust library for decoding Smacker Video (.smk) files"
homepage = "https://github.com/roarc0/smk"
documentation = "https://docs.rs/smk"
readme = "README.md"
keywords = [
    "smacker",
    "video",
    "decoder",
    "multimedia",
    "smk",
]
categories = [
    "multimedia::video",
    "parser-implementations",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/roarc0/smk"

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

[dependencies.log]
version = "0.4"