moosicbox_music_api_api 0.4.0

MoosicBox "Music API" API package
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 = "moosicbox_music_api_api"
version = "0.4.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = 'MoosicBox "Music API" API package'
readme = "README.md"
keywords = [
    "album",
    "api",
    "artist",
    "models",
    "music",
]
categories = [
    "development-tools",
    "multimedia",
    "network-programming",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

[features]
_auth = []
api = [
    "dep:futures",
    "moosicbox_music_api/api",
    "moosicbox_music_models/api",
    "moosicbox_profiles/api",
]
auth-poll = [
    "_auth",
    "moosicbox_music_api/auth-poll",
]
auth-username-password = [
    "_auth",
    "moosicbox_music_api/auth-username-password",
]
db = ["moosicbox_music_models?/db"]
default = [
    "api",
    "db",
    "openapi",
]
fail-on-warnings = [
    "moosicbox_music_api/fail-on-warnings",
    "moosicbox_music_models?/fail-on-warnings",
    "moosicbox_paging/fail-on-warnings",
    "moosicbox_profiles/fail-on-warnings",
]
openapi = [
    "dep:utoipa",
    "moosicbox_music_api/openapi",
    "moosicbox_music_models/openapi",
    "moosicbox_paging/openapi",
]

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

[dependencies.actix-web]
version = "4.13.0"

[dependencies.futures]
version = "0.3.32"
optional = true

[dependencies.log]
version = "0.4.32"
features = ["release_max_level_trace"]

[dependencies.moosicbox_music_api]
version = "0.4.0"
features = ["api"]
default-features = false

[dependencies.moosicbox_music_models]
version = "0.4.0"
optional = true
default-features = false

[dependencies.moosicbox_paging]
version = "0.4.0"
default-features = false

[dependencies.moosicbox_profiles]
version = "0.4.0"
features = ["api"]
default-features = false

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

[dependencies.utoipa]
version = "5.5.0"
features = ["actix_extras"]
optional = true