# 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.75.0"
name = "zenoh_backend_traits"
version = "1.2.1"
authors = [
    "kydos <angelo@icorsaro.net>",
    "Julien Enoch <julien@enoch.fr>",
    "Olivier Hécart <olivier.hecart@zettascale.tech>",
    "Luca Cominardi <luca.cominardi@zettascale.tech>",
    "Pierre Avital <pierre.avital@zettascale.tech>",
]
description = "Zenoh: traits to be implemented by backends libraries"
homepage = "http://zenoh.io"
readme = "README.md"
categories = ["network-programming"]
license = "EPL-2.0 OR Apache-2.0"
repository = "https://github.com/eclipse-zenoh/zenoh"

[dependencies.async-trait]
version = "0.1.82"

[dependencies.const_format]
version = "0.2.33"

[dependencies.derive_more]
version = "1.0.0"
features = ["as_ref"]

[dependencies.either]
version = "1.13.0"

[dependencies.schemars]
version = "0.8.21"
features = ["either"]

[dependencies.serde_json]
version = "1.0.128"

[dependencies.zenoh]
version = "1.2.1"
features = [
    "unstable",
    "internal",
]
default-features = false

[dependencies.zenoh-plugin-trait]
version = "1.2.1"
default-features = false

[dependencies.zenoh-result]
version = "1.2.1"
default-features = false

[dependencies.zenoh-util]
version = "1.2.1"

[features]
default = []

[badges.maintenance]
status = "actively-developed"