analysis 0.1.3

Contrail analysis UI and scoring service
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 = "analysis"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contrail analysis UI and scoring service"
readme = false
license = "MIT"
repository = "https://github.com/strangeloopcanon/contrail"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.contrail-types]
version = "0.1.3"

[dependencies.dirs]
version = "5.0.1"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1.10.4"

[dependencies.reqwest]
version = "0.12.4"
features = [
    "json",
    "rustls-tls",
]

[dependencies.scrapers]
version = "0.1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "3.1.0"

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

[dependencies.tower-http]
version = "0.5.2"
features = [
    "trace",
    "cors",
]

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