astarte-interfaces 1.0.0

Interfaces used by Astarte to define how data is exchange with a Device.
Documentation
# 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.78"
name = "astarte-interfaces"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interfaces used by Astarte to define how data is exchange with a Device."
homepage = "https://astarte.cloud/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/astarte-platform/astarte-interfaces-rust"

[features]
doc-fields = []
preserve_order = ["serde_json/preserve_order"]
server-fields = []
strict = []

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.regex]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0.85"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0.8"

[dependencies.tracing]
version = "0.1.37"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.0"