# 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 = "real-time" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safely share data with a real-time thread." readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "real_time" path = "src/lib.rs" [[test]] name = "loom" path = "tests/loom.rs" [[bench]] name = "reader" path = "benches/reader.rs" harness = false [dependencies.crossbeam-utils] version = "0.8.19" [dev-dependencies.beady] version = "0.6.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.static_assertions] version = "1.1.0" [target."cfg(loom)".dependencies.loom] version = "0.7.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(loom)"]