From 085777ee9c739895b15b8db17a629826c469facd Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 21 Nov 2023 14:06:43 +0000 Subject: Import asn1-rs-impl crate. Request Document: go/android-rust-importing-crates For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: 312436741 Test: Treehugger Change-Id: Ie6e96450b8bd28dfaec21f2a9af7d3827af8c2ca --- Cargo.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..261b72f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,31 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +edition = "2018" +name = "asn1-rs-impl" +version = "0.1.0" +authors = ["Pierre Chifflier "] +description = "Implementation details for the `asn1-rs` crate" +homepage = "https://github.com/rusticata/asn1-rs" +license = "MIT/Apache-2.0" +repository = "https://github.com/rusticata/asn1-rs.git" + +[lib] +proc-macro = true +[dependencies.proc-macro2] +version = "1" + +[dependencies.quote] +version = "1" + +[dependencies.syn] +version = "1" -- cgit v1.2.3