24 lines
539 B
TOML
24 lines
539 B
TOML
[package]
|
|
name = "mp_core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
abi_stable = "0.11.3"
|
|
chrono = "0.4.38"
|
|
core_extensions = "1.5.3"
|
|
dirs = "5.0.1"
|
|
futures = "0.3.31"
|
|
ndarray = { version = "0.16.1", features = ["rayon"] }
|
|
num-traits = "0.2.19"
|
|
once_cell = "1.20.2"
|
|
quick_cache = "0.6.9"
|
|
rust-embed = "8.5.0"
|
|
serde = { version = "1.0.214", features = ["derive"] }
|
|
thiserror = "1.0.65"
|
|
tokio = { version = "1.41.0", features = ["full"] }
|
|
toml = "0.8.19"
|
|
|
|
[dependencies.radarg_plugin_interface]
|
|
path = "../radarg_plugin_interface"
|