# 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 = "2021" name = "mecomp-core" version = "0.1.1" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core library for the mecomp project, includes the core schemas, shared utils, and other such things." readme = "README.md" keywords = [ "music", "player", "audio", "mecomp", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "mecomp_core" path = "src/lib.rs" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.10.2" features = ["color"] default-features = false [dependencies.log] version = "0.4.21" features = ["serde"] [dependencies.mecomp-storage] version = "0.1.1" features = ["serde"] default-features = false [dependencies.once_cell] version = "1.19" [dependencies.one-or-many] version = "0.1.0" [dependencies.opentelemetry] version = "0.24.0" optional = true [dependencies.opentelemetry-otlp] version = "0.17.0" optional = true [dependencies.opentelemetry-semantic-conventions] version = "0.16.0" optional = true [dependencies.opentelemetry_sdk] version = "0.24.1" features = ["rt-tokio"] optional = true [dependencies.rand] version = "0.8.5" features = ["small_rng"] optional = true [dependencies.rodio] version = "0.19.0" features = ["symphonia-all"] optional = true [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.tarpc] version = "0.34.0" features = [ "serde-transport", "serde-transport-json", "tcp", ] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", "sync", "time", ] optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-flame] version = "0.2.0" optional = true [dependencies.tracing-opentelemetry] version = "0.25.0" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.anyhow] version = "1.0" default-features = false [dev-dependencies.lofty] version = "0.21.1" [dev-dependencies.mecomp-storage] version = "0.1.1" features = [ "serde", "db", "analysis", "test_utils", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.rstest_reuse] version = "0.7.0" [dev-dependencies.surrealdb] version = "2.0" features = [ "kv-mem", "kv-surrealkv", ] default-features = false [dev-dependencies.tempfile] version = "3.10" [features] audio = [ "dep:rodio", "dep:tokio", "dep:rand", ] default = ["audio"] flame = ["tracing-flame"] mock_playback = [] otel_tracing = [ "tracing-opentelemetry", "opentelemetry", "opentelemetry_sdk", "opentelemetry-semantic-conventions", "opentelemetry-otlp", ] rpc = ["tarpc"] verbose_tracing = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]