# 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.64" name = "rt-history" version = "3.0.0" authors = ["Hadrien G. "] description = "An RT-safe history log with error checking" readme = "README.md" keywords = [ "wait-free", "real-time", "synchronization", "history", "lock-free", ] categories = [ "concurrency", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/HadrienG2/rt-history" [lib] bench = false [[bench]] name = "benchmark" harness = false [dependencies.atomic] version = "0.6" default-features = false [dependencies.bytemuck] version = "1.13.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.testbench] version = "1.0" [badges.maintenance] status = "passively-maintained"