# 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" rust-version = "1.81" name = "openleadr-client" version = "0.0.3" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "OpenADR 3.0 client" homepage = "https://github.com/OpenLEADR/openleadr-rs" readme = "README.md" keywords = [ "energy", "openadr", "lf-energy", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/OpenLEADR/openleadr-rs" [package.metadata.cargo-udeps.ignore] development = ["tokio-test"] [lib] name = "openleadr_client" path = "src/lib.rs" [[bin]] name = "cli" path = "src/bin/cli.rs" [[bin]] name = "everest" path = "src/bin/everest.rs" [[test]] name = "basic-read" path = "tests/basic-read.rs" [[test]] name = "event" path = "tests/event.rs" [[test]] name = "program" path = "tests/program.rs" [[test]] name = "resources" path = "tests/resources.rs" [[test]] name = "ven" path = "tests/ven.rs" [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.chrono] version = "0.4.38" [dependencies.http-body-util] version = "0.1.0" [dependencies.openleadr-wire] version = "0.0.3" [dependencies.rangemap] version = "1.5.1" [dependencies.reqwest] version = "0.12.4" features = [ "http2", "charset", "rustls-tls-native-roots", "json", ] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0" features = [ "full", "test-util", "full", ] [dependencies.tower] version = "0.5" features = ["util"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.mime] version = "0.3" [dev-dependencies.openleadr-vtn] version = "0.0.3" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.sqlx] version = "0.8.2" features = [ "postgres", "runtime-tokio", "chrono", "migrate", "macros", "json", ] default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "full", "test-util", "full", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.4"