2021-06-26 20:56:23 +00:00
|
|
|
[package]
|
|
|
|
name = "ogg_pager"
|
2024-04-21 18:45:22 +00:00
|
|
|
version = "0.6.1"
|
2021-06-26 20:56:23 +00:00
|
|
|
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
2021-12-23 15:15:13 +00:00
|
|
|
edition = "2021"
|
2021-06-27 18:58:32 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-12-23 15:15:13 +00:00
|
|
|
description = "A simple OGG page reader"
|
|
|
|
repository = "https://github.com/Serial-ATA/lofty-rs"
|
2022-01-07 17:49:02 +00:00
|
|
|
keywords = ["ogg", "xiph"]
|
2024-01-03 15:17:18 +00:00
|
|
|
categories = ["multimedia", "multimedia::audio", "parser-implementations"]
|
|
|
|
include = ["src", "Cargo.toml", "../LICENSE-*"]
|
2021-06-26 20:56:23 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-04-24 01:57:05 +00:00
|
|
|
byteorder = { workspace = true }
|
2024-04-24 01:55:10 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|