File: Cargo.toml.orig

package info (click to toggle)
rust-markup-proc-macro 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "markup-proc-macro"
version = "0.13.1"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
edition = "2018"
description = "A blazing fast, type-safe template engine for Rust."
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/markup"
homepage = "https://github.com/utkarshkukreti/markup.rs"
repository = "https://github.com/utkarshkukreti/markup.rs"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.3"
quote = "1.0.2"
syn = { version = "1.0.5", features = ["extra-traits", "full"] }