bidradar 0.1.1

Auction bid radar and market analyzer for real-time bidding analysis
# 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 = "bidradar"
version = "0.1.1"
authors = ["Roman Belolipetsky <belolipetskyromandzana@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auction bid radar and market analyzer for real-time bidding analysis"
readme = "README.md"
license = "MIT OR Apache-2.0"

[[bin]]
name = "bidradar"
path = "src/main.rs"

[dependencies.actix-rt]
version = "2.11.0"

[dependencies.actix-web]
version = "4.14.0"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.ndarray-linalg]
version = "0.18.1"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_distr]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.uuid]
version = "1.23.4"
features = [
    "v4",
    "serde",
]