# 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 = "haggl" version = "0.1.0" authors = ["Norman Ives "] description = "Ingest and visualise market data feeds" homepage = "https://github.com/eyevz/haggl" documentation = "https://github.com/eyevz/haggl" readme = "README.md" keywords = [ "crypto", "data", "market-data", "trading", ] categories = [ "finance", "visualization", ] license = "MIT" repository = "https://github.com/eyevz/haggl" [dependencies.actix] version = "0.13.1" [dependencies.actix-codec] version = "0.5.1" [dependencies.anyhow] version = "1.0.75" [dependencies.awc] version = "3.2.0" features = ["rustls"] [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.eframe] version = "0.23.0" features = ["glow"] default-features = false [dependencies.egui] version = "0.23.0" [dependencies.egui_plot] version = "0.23.0" [dependencies.futures] version = "0.3.28" [dependencies.serde] version = "1.0.188" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.107"