1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 13:02:28 +00:00
deprecated-gotham-restful/gotham_restful_derive/Cargo.toml

30 lines
657 B
TOML
Raw Normal View History

2019-10-02 10:59:25 +02:00
# -*- eval: (cargo-minor-mode 1) -*-
[package]
name = "gotham_restful_derive"
version = "0.0.4-dev"
2019-10-02 10:59:25 +02:00
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for Gotham - Derive"
keywords = ["gotham", "rest", "restful", "derive"]
license = "EPL-2.0 OR Apache-2.0"
2019-10-02 10:59:25 +02:00
repository = "https://gitlab.com/msrd0/gotham-restful"
[lib]
proc-macro = true
[badges]
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
2019-10-27 20:44:23 +00:00
heck = "0.3.1"
2020-04-15 23:15:13 +02:00
proc-macro2 = "1.0.10"
quote = "1.0.3"
syn = { version = "1.0.17", features = ["extra-traits", "full"] }
2019-10-02 10:59:25 +02:00
[features]
default = []
auth = []
database = []
2019-10-02 10:59:25 +02:00
openapi = []