File: Cargo.toml.orig

package info (click to toggle)
rust-stdweb-internal-macros 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: makefile: 4
file content (30 lines) | stat: -rw-r--r-- 726 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
22
23
24
25
26
27
28
29
30
[package]
name = "stdweb-internal-macros"
version = "0.2.9"
authors = ["Jan Bujak <j@exia.io>"]
repository = "https://github.com/koute/stdweb"
homepage = "https://github.com/koute/stdweb"
documentation = "https://docs.rs/stdweb/*/stdweb/"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["web", "asmjs", "webasm", "javascript"]
categories = ["api-bindings", "gui", "web-programming"]
description = "Internal procedural macros for the `stdweb` crate"

[lib]
proc-macro = true

[dependencies]
quote = "1"
base-x = "0.2"
serde = "1"
serde_derive = "1"
serde_json = "1"
proc-macro2 = "1"
sha1 = "0.6"

[dependencies.syn]
version = "1"
default-features = false
features = ["full", "parsing", "printing", "clone-impls"]