[package]
name = "seql"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/seql"
repository = "https://github.com/aatifsyed/seql"
homepage = "https://crates.io/crates/seql"
description = "seqlocks"
[dependencies]
atomic-memcpy = "0.2.3"
[features]
default = ["std"]
std = ["alloc"]
alloc = []