suno-core 0.2.1

Engine for a download-only Suno.ai library tool: feed selection, sync reconciliation, and audio tagging.
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 = "suno-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine for a download-only Suno.ai library tool: feed selection, sync reconciliation, and audio tagging."
readme = "README.md"
keywords = [
    "suno",
    "music",
    "download",
    "sync",
    "audio",
]
categories = [
    "multimedia::audio",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/teh-hippo/rs-suno"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.fnv]
version = "1"

[dependencies.id3]
version = "1"

[dependencies.metaflac]
version = "0.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.pollster]
version = "0.4.0"

[dev-dependencies.proptest]
version = "1"