# 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 = "sep2_client" version = "0.1.0" authors = ["Ethan Dickson "] description = "A Rust library for building IEEE 2030.5 Clients" readme = "README.md" keywords = [ "energy", "DER", "20305", "SEP2", "IEEE2030", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ethanndickson/sep2_client" [[example]] name = "der_client" path = "examples/der_client.rs" required-features = [ "pubsub", "der", "event", ] [dependencies.ahash] version = "0.8.6" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.httpdate] version = "1.0.3" [dependencies.hyper] version = "0.14.26" features = [ "http1", "client", "runtime", "tcp", "server", ] [dependencies.hyper-openssl] version = "0.9.2" [dependencies.log] version = "0.4.17" [dependencies.openssl] version = "0.10.52" [dependencies.rand] version = "0.8.5" [dependencies.sep2_common] version = "0.1.0" features = [ "edev", "time", ] [dependencies.tokio] version = "1.28.1" features = [ "rt", "net", "macros", ] [dependencies.tokio-openssl] version = "0.6.3" [dependencies.x509-parser] version = "0.15.1" [dev-dependencies.clap] version = "4.4.7" [dev-dependencies.sep2_common] version = "0.1.0" features = [ "examples", "der", "edev", "fsa", "metering", "pubsub", "dcap", ] [dev-dependencies.simple_logger] version = "4.2.0" [dev-dependencies.typemap_rev] version = "0.3.0" [features] all = [ "event", "der", "pricing", "messaging", "drlc", "flow_reservation", "pubsub", "csip_aus", ] csip_aus = ["sep2_common/csip_aus"] default = [] der = [ "sep2_common/der", "event", ] drlc = [ "sep2_common/drlc", "event", ] event = [ "sep2_common/edev", "sep2_common/response", ] flow_reservation = [ "sep2_common/flow_reservation", "event", ] messaging = [ "sep2_common/messaging", "event", ] pricing = [ "sep2_common/pricing", "event", ] pubsub = ["sep2_common/pubsub"]