suno 0.9.0

Generate AI music from your terminal — Suno v5.5 with tags, exclude, vocal control, and all generation features
# 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"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate AI music from your terminal — Suno v5.5 with tags, exclude, vocal control, and all generation features"
homepage = "https://github.com/paperfoot/suno-cli"
readme = "README.md"
keywords = [
    "suno",
    "music",
    "ai",
    "cli",
    "audio",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/paperfoot/suno-cli"

[[bin]]
name = "suno"
path = "src/main.rs"

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.comfy-table]
version = "7"

[dependencies.directories]
version = "5"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.futures-util]
version = "0.3"

[dependencies.id3]
version = "1"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

[dependencies.rookie]
version = "0.5"

[dependencies.self_update]
version = "0.44"
features = [
    "reqwest",
    "rustls",
    "compression-flate2",
    "archive-tar",
    "archive-zip",
    "compression-zip-deflate",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "fs",
    "process",
    "net",
    "signal",
]

[dependencies.tokio-tungstenite]
version = "0.24"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
    "test",
]

[dev-dependencies.jsonschema]
version = "0.48.1"
default-features = false

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true