sea-orm/sea-orm-macros/Cargo.toml
2021-05-17 16:59:34 +08:00

24 lines
614 B
TOML

[package]
name = "sea-orm-macros"
version = "0.1.0"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2018"
description = ""
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm"
categories = [ "database" ]
keywords = [ "orm", "database", "sql", "mysql", "postgres", "sqlite" ]
publish = false
[lib]
name = "sea_orm_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies]
syn = { version = "1", default-features = false, features = [ "derive", "parsing", "proc-macro", "printing" ] }
quote = "1"
heck = "0.3"
proc-macro2 = "1"