# 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" name = "rtsc" version = "0.3.10" authors = ["Serhij S. "] description = "Real-time Synchronization Components" readme = "README.md" keywords = [ "realtime", "robots", "plc", "sync", ] license = "Apache-2.0" repository = "https://github.com/roboplc/rtsc" [dependencies.bma-ts] version = "0.1" [dependencies.libc] version = "0.2.155" [dependencies.lock_api] version = "0.4.12" [dependencies.object-id] version = "0.1" [dependencies.parking_lot] version = "0.12.3" optional = true [dependencies.parking_lot_rt] version = "0.12" [dependencies.pin-project] version = "1.1" [dependencies.rtsc-derive] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.insta] version = "1.39" [dev-dependencies.tokio] version = "=1.36" features = [ "rt", "macros", "time", ] [features] serde = ["lock_api/serde"] [target."cfg(target_os = \"linux\")".dependencies.linux-futex] version = "1.0.0"