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

63 lines
1.4 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 = "2018"
name = "sea-schema-derive"
version = "0.3.0"
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for sea-schema's Name trait"
documentation = "https://docs.rs/sea-schema"
readme = false
keywords = [
"database",
"sql",
"mysql",
"postgres",
"sqlite",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SeaQL/sea-schema"
resolver = "2"
[lib]
name = "sea_schema_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.heck]
version = "0.4"
default-features = false
[dependencies.proc-macro2]
version = "1"
default-features = false
[dependencies.quote]
version = "1"
default-features = false
[dependencies.syn]
version = "2"
features = [
"derive",
"parsing",
"proc-macro",
"printing",
]
default-features = false