[lib]
name = "ogg"
path = "src/ogg.rs"
[package]
authors = ["0xAA55 <838816058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A very simple Ogg packet serializer and deserializer and a stream for writing data and encapsulating the data into Ogg streams."
edition = "2024"
keywords = ["ogg"]
license-file = "LICENSE"
name = "tinyogg"
readme = "Readme.md"
repository = "https://github.com/0xAA55-rs/tinyogg"
version = "0.0.5"