db_meta_derive 0.1.0

db-meta-derive is a wrapper around PostgresSOL using tokio-postgres
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 = "2021"
name = "db_meta_derive"
version = "0.1.0"
authors = ["ehoac <ehoac@sina.com>"]
description = "db-meta-derive is a wrapper around PostgresSOL using tokio-postgres"
homepage = "https://github.com/ehoac/db_derive"
readme = "README.md"
keywords = [
    "database",
    "derive",
    "rust",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ehoac/db_derive"

[lib]
proc-macro = true

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.12.1"

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

[dependencies.serde_json]
version = "1"