moosicbox_profiles 0.4.0

MoosicBox profiles 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_profiles"
version = "0.4.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoosicBox profiles package"
readme = "README.md"
keywords = [
    "database",
    "profiles",
]
categories = ["database"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

[features]
api = [
    "dep:actix-web",
    "dep:futures",
    "dep:qstring",
]
default = [
    "api",
    "events",
]
events = []
fail-on-warnings = [
    "moosicbox_assert/fail-on-warnings",
    "switchy_async/fail-on-warnings",
]

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

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

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

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

[dependencies.qstring]
version = "0.7.2"
optional = true

[dependencies.switchy_async]
version = "0.4.0"
features = [
    "sync",
    "tokio",
]
default-features = false