# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sgip-signal" version = "0.1.1" authors = ["Henry de Valence "] description = "Unofficial Rust bindings for the SIGP Signal API, providing real-time and forecast GHG emissions data for California's electric grid" keywords = ["california", "sgip", "electricity", "grid", "emissions"] categories = ["api-bindings", "science"] license = "MIT" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1" features = ["attributes"] [dev-dependencies.chrono-tz] version = "0.5" features = ["serde"] [dev-dependencies.csv] version = "1.1" [dev-dependencies.hdrhistogram] version = "7" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "1.3" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.2"