esylla 0.1.0

Modular backends for axum + sea-orm
# 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.96.0"
name = "esylla"
version = "0.1.0"
authors = ["Levi Laine <shiueo.csh@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular backends for axum + sea-orm"
readme = false
license = "MIT"
repository = "https://github.com/esylla/esylla"

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

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

[dependencies.esylla-extract]
version = "0.1.0"

[dependencies.esylla-macros]
version = "0.1.0"

[lints.clippy]
module_inception = "allow"
too_many_arguments = "allow"