cue_lib 0.1.0

cuesheet library
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"
name = "cue_lib"
version = "0.1.0"
authors = ["Timur Olur <pm@smdd.dev>"]
build = false
exclude = [
    "/.gitea",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cuesheet library"
homepage = "https://codeberg.org/SuperiorOne/cue_lib"
documentation = "https://codeberg.org/SuperiorOne/cue_lib"
readme = "README.md"
keywords = [
    "cue",
    "cuesheet",
    "file-format",
    "library",
]
license = "Apache-2.0"
repository = "https://codeberg.org/SuperiorOne/cue_lib"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = ["serde?/alloc"]
default = []
ean = []
metadata = []
serde = ["dep:serde"]
upc = []

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

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

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

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

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

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

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false