rt-history 4.1.0

An RT-safe history log with error checking
Documentation
# 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 = "2024"
rust-version = "1.86"
name = "rt-history"
version = "4.1.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[badges.maintenance]
status = "passively-maintained"

[lib]
name = "rt_history"
path = "src/lib.rs"
bench = false

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.atomic]
version = "0.6"
default-features = false

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8"
default-features = false

[dev-dependencies.proptest]
version = "1.8"

[dev-dependencies.testbench]
version = "1.0"

[profile.test]
opt-level = 1

[profile.test.package.proptest]
opt-level = 3

[profile.test.package.rand_chacha]
opt-level = 3