summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 0ed5112348ce4327c7805b441e62f9d0c5aed3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "asn1-rs-impl"
version = "0.1.0"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
description = "Implementation details for the `asn1-rs` crate"
license = "MIT/Apache-2.0"
homepage = "https://github.com/rusticata/asn1-rs"
repository = "https://github.com/rusticata/asn1-rs.git"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "1"