[dependencies.async-trait]
version = "0.1"
[dependencies.thiserror]
version = "1"
[dev-dependencies.futures]
version = "0.3"
[features]
unstable = []
[lib]
name = "storeit_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core traits, errors, and abstractions for the storeit repository framework"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "storeit_core"
readme = "README.md"
repository = "https://github.com/dahankzter/storeit-rs/"
rust-version = "1.70"
version = "0.1.7"