Files
2026-08-01 16:11:49 +03:00

101 lines
1.9 KiB
TOML

# 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.88.0"
name = "sea-query-derive"
version = "1.0.0"
authors = [
"Follpvosten <wolfi@karpador.xyz>",
"Rene Leveille <rene@nestingsafe.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for sea-query's Iden trait"
documentation = "https://docs.rs/sea-query"
readme = false
keywords = [
"database",
"sql",
"mysql",
"postgres",
"sqlite",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SeaQL/sea-query"
[features]
default = ["sea-query"]
sea-orm = []
sea-query = [
"heck",
"darling",
"thiserror",
]
[lib]
name = "sea_query_derive"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "test_build"
path = "tests/test_build.rs"
[dependencies.darling]
version = "0.20"
optional = true
default-features = false
[dependencies.heck]
version = "0.4"
optional = true
default-features = false
[dependencies.proc-macro2]
version = "1"
default-features = false
[dependencies.quote]
version = "1"
default-features = false
[dependencies.syn]
version = "2"
features = [
"parsing",
"proc-macro",
"derive",
"printing",
]
default-features = false
[dependencies.thiserror]
version = "2"
optional = true
default-features = false
[dev-dependencies.sea-query]
version = ">=1.0.0-rc.34, <=1.0.0"
[dev-dependencies.strum]
version = "0.25"
features = ["derive"]
[dev-dependencies.trybuild]
version = "1.0.86"