# 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 = "cxai-energy" version = "0.1.0" authors = ["CxAI-LLM "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "ERCOT energy market client — DAM/RT prices, demand, wind/solar, SCADA, forecasting" homepage = "https://cxllm.io" readme = false license = "MIT" repository = "https://git.cxllm-studio.com/CxAI-LLM/CxAI.Rust" resolver = "2" [lib] name = "cxai_energy" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.cxai-sdk] version = "0.1.0" registry-index = "sparse+https://git.cxllm-studio.com/api/packages/CxAI-LLM/cargo/" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", "macros", ]