File: Cargo.toml.orig

package info (click to toggle)
rust-railway-api-derive 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 164 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "railway-api-derive"
version = "0.1.2"
authors = ["Julian Schmidhuber <railway-backend@schmidhuberj.de>"]
edition = "2021"
description = "Derive macro for railway-api"
repository = "https://gitlab.com/schmiddi-on-mobile/railway-backend"
license = "AGPL-3.0-or-later OR EUPL-1.2"
keywords = ["railway-backend", "train", "public-transport"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"

convert_case = "0.6"