# 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 = "2021" name = "crustd" version = "0.0.1" description = "A set of traits and utilities for streamlining CRUD boilerplate with sqlx and axum" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://www.github.com/zenlex/crustd" [dependencies.async-trait] version = "0.1.80" [dependencies.axum] version = "0.7.5" [dependencies.serde] version = "1.0.203" [dependencies.sqlx] version = "0.7.4" features = ["postgres"] [dependencies.validator] version = "0.18.1"