# 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.1.0" authors = [ "kydos ", "Julien Enoch ", "Olivier Hécart ", "Luca Cominardi ", "Pierre Avital ", ] 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.1.0" features = [ "unstable", "internal", ] default-features = false [dependencies.zenoh-plugin-trait] version = "1.1.0" default-features = false [dependencies.zenoh-result] version = "1.1.0" default-features = false [dependencies.zenoh-util] version = "1.1.0" [features] default = [] [badges.maintenance] status = "actively-developed"