cruding 0.4.3

crate for declaring generic CRUD apis
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 = "cruding"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "crate for declaring generic CRUD apis"
documentation = "https://docs.rs/cruding_core"
readme = "README.md"
keywords = [
    "api",
    "crud",
]
categories = []
license = "MIT"
repository = "https://github.com/dauaaa/cruding"
resolver = "2"

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

[dependencies.cruding_axum_api]
version = "0.4.3"

[dependencies.cruding_core]
version = "0.4.3"

[dependencies.cruding_macros]
version = "0.4.3"

[dependencies.cruding_pg_source]
version = "0.4.3"