make87 0.1.0-dev9

Rust SDK for make87 platform.
Documentation
[dependencies.aws-config]
optional = true
version = "1.5.18"

[dependencies.aws-credential-types]
features = ["hardcoded-credentials"]
optional = true
version = "1.2.3"

[dependencies.aws-sdk-s3]
optional = true
version = "1.78.0"

[dependencies.make87_messages]
optional = true
version = "0.2.6"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.prost]
optional = true
version = "0.13.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.serde_yaml]
optional = true
version = "0.9.33"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["time", "rt", "rt-multi-thread", "macros"]
version = "1.42.0"

[dependencies.zenoh]
features = ["shared-memory", "unstable"]
optional = true
version = "1.4.0"

[dev-dependencies.tempfile]
version = "3.20.0"

[[example]]
name = "publisher"
path = "examples/publisher.rs"

[[example]]
name = "querier"
path = "examples/querier.rs"

[[example]]
name = "queryable"
path = "examples/queryable.rs"

[[example]]
name = "subscriber"
path = "examples/subscriber.rs"

[features]
make87_messages = ["dep:make87_messages"]
protobuf = ["dep:prost"]
storage = ["dep:aws-config", "dep:aws-sdk-s3", "dep:aws-credential-types"]
yaml = ["dep:serde_yaml"]
zenoh = ["dep:zenoh"]

[lib]
name = "make87"
path = "src/lib.rs"

[package]
authors = ["Nisse Knudsen <nisse@make87.com>", "Phillip Thomas <phillip@make87.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust SDK for make87 platform."
edition = "2021"
homepage = "https://www.make87.com"
license-file = "LICENSE"
name = "make87"
readme = "README.md"
repository = "https://github.com/make87/make87-rust"
version = "0.1.0-dev9"

[[test]]
name = "mod"
path = "tests/mod.rs"