[package] name = "random-access-storage" version = "5.0.0" license = "MIT OR Apache-2.0" repository = "https://github.com/datrs/random-access-storage" documentation = "https://docs.rs/random-access-storage" description = "Abstract interface to implement random-access instances." authors = ["Yoshua Wuyts ", "Timo Tiuraniemi "] readme = "README.md" edition = "2021" [dependencies] async-trait = "0.1" thiserror = "1"