# 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-shm" version = "1.0.2" authors = [ "kydos ", "Luca Cominardi ", "Pierre Avital ", ] description = "Internal crate for zenoh." 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.crc] version = "3.2.1" [dependencies.lockfree] version = "0.5" [dependencies.num-traits] version = "0.2.19" default-features = false [dependencies.num_cpus] version = "1.16.0" optional = true [dependencies.rand] version = "0.8.5" default-features = false [dependencies.shared_memory] version = "0.12.4" [dependencies.stabby] version = "36.1.1" [dependencies.static_init] version = "1.0.3" [dependencies.thread-priority] version = "1.1.0" [dependencies.tokio] version = "1.40.0" default-features = false [dependencies.tracing] version = "0.1" [dependencies.zenoh-buffers] version = "1.0.2" default-features = false [dependencies.zenoh-core] version = "1.0.2" [dependencies.zenoh-macros] version = "1.0.2" [dependencies.zenoh-result] version = "1.0.2" default-features = false [dev-dependencies.libc] version = "0.2.158" [features] test = ["num_cpus"] [target."cfg(unix)".dependencies.advisory-lock] version = "0.3.0"