# 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 = "fundamentum-edge-proto" version = "1.5.0" authors = [ "Raymond Gauthier ", "Jonathan Chouinard ", ] description = "Bindings to Fundamentum Edge Daemon's gRPC API" homepage = "https://www.dimonoff.com/services/fundamentum-iot-platform-paas" readme = "README.md" keywords = [ "iot", "edge", "fundamentum", "grpc", "protobuf", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://bitbucket.org/amotus/fundamentum-edge-proto-rust" [[example]] name = "uds-client" path = "examples/client/uds.rs" [[example]] name = "uds-server" path = "examples/server/uds.rs" [[example]] name = "provisioning-client" path = "examples/client/provisioning.rs" [[example]] name = "provisioning-server" path = "examples/server/provisioning.rs" [[example]] name = "telemetry-client" path = "examples/client/telemetry.rs" [[example]] name = "telemetry-server" path = "examples/server/telemetry.rs" [[example]] name = "actions-client" path = "examples/client/actions.rs" [[example]] name = "actions-server" path = "examples/server/actions.rs" [[example]] name = "configuration-client" path = "examples/client/configuration.rs" [[example]] name = "configuration-server" path = "examples/server/configuration.rs" [[example]] name = "states-client" path = "examples/client/states.rs" [[example]] name = "states-server" path = "examples/server/states.rs" [dependencies.prost] version = "0.12" [dependencies.prost-wkt] version = "0.5" [dependencies.prost-wkt-types] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tonic] version = "0.11" features = [ "codegen", "prost", "transport", ] default-features = false [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-fmt", ] default-features = false [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-stream] version = "0.1.15" features = ["net"] [dev-dependencies.tower] version = "0.4.13" [build-dependencies.prost-wkt-build] version = "0.5" [build-dependencies.tonic-build] version = "0.11" [features] client = [] default = [ "server", "client", "reflection", ] reflection = [] server = []