rockbox-metadata 0.1.0

Audio file metadata / tag parser for 40+ formats (MP3, FLAC, Vorbis, Opus, MP4/AAC/ALAC, WavPack, APE, WMA, chiptunes, …) extracted from Rockbox
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"
name = "rockbox-metadata"
version = "0.1.0"
authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app"]
build = "build.rs"
links = "rockboxmetadata"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio file metadata / tag parser for 40+ formats (MP3, FLAC, Vorbis, Opus, MP4/AAC/ALAC, WavPack, APE, WMA, chiptunes, …) extracted from Rockbox"
readme = "README.md"
keywords = [
    "metadata",
    "id3",
    "tags",
    "audio",
    "rockbox",
]
categories = [
    "multimedia::audio",
    "external-ffi-bindings",
    "parser-implementations",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/tsirysndr/rockboxd"

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

[[example]]
name = "play"
path = "examples/play.rs"

[[example]]
name = "tags"
path = "examples/tags.rs"

[[test]]
name = "parse"
path = "tests/parse.rs"

[dev-dependencies.cpal]
version = "0.15"

[dev-dependencies.symphonia]
version = "0.5"
features = ["all"]

[build-dependencies.cc]
version = "1"