[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