soaprs-memory 0.1.0

Reference in-memory repository adapter for soaprs
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.85"
name = "soaprs-memory"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference in-memory repository adapter for soaprs"
homepage = "https://github.com/soaprs/soap"
readme = "README.md"
keywords = [
    "clean-architecture",
    "ddd",
    "repository-pattern",
    "ports-and-adapters",
    "soapjs",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/soaprs/soap"

[lib]
name = "soaprs_memory"
path = "src/lib.rs"

[[test]]
name = "repository_contract"
path = "tests/repository_contract.rs"

[dependencies.soaprs-core]
version = "0.1.0"

[dependencies.soaprs-repository]
version = "0.1.0"

[dev-dependencies.soaprs-contract-tests]
version = "0.1.0"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"