moosicbox_scan_models 0.4.0

MoosicBox scan models 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_scan_models"
version = "0.4.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoosicBox scan models package"
readme = "README.md"
keywords = [
    "audio",
    "files",
    "local",
    "models",
    "scan",
]
categories = [
    "development-tools",
    "multimedia",
    "network-programming",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false
tests = false

[features]
api = []
default = [
    "api",
    "openapi",
]
fail-on-warnings = ["moosicbox_assert/fail-on-warnings"]
openapi = ["dep:utoipa"]

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

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

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

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

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