cinderblock-core 0.7.0

Resource trait definitions, CRUD operations, runtime context, and in-memory data layer for cinderblock
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"
name = "cinderblock-core"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resource trait definitions, CRUD operations, runtime context, and in-memory data layer for cinderblock"
readme = "README.md"
keywords = [
    "framework",
    "crud",
    "resource",
    "declarative",
    "code-generation",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/nils-degroot/cinderblock"

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

[[example]]
name = "helpdesk"
path = "examples/helpdesk.rs"

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

[dependencies.cinderblock-core-macros]
version = "0.7.0"

[dependencies.dirs2]
version = "3.0.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.50.0"
features = ["sync"]

[dependencies.uuid]
version = "1.22.0"
features = [
    "serde",
    "v4",
]

[dev-dependencies.assert2]
version = "0.4"

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]