2020-01-20 16:43:01 +00:00
|
|
|
[package]
|
2020-02-02 07:27:35 +00:00
|
|
|
name = "verilog-filelist-parser"
|
2020-02-07 16:06:28 +00:00
|
|
|
version = "0.1.1"
|
2020-01-20 16:43:01 +00:00
|
|
|
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-02-02 08:58:10 +00:00
|
|
|
license = "MIT"
|
2020-02-02 16:37:13 +00:00
|
|
|
description = "A library to parse a Verilog Filelist and return a list of files, include directories and defines"
|
2020-02-02 08:58:10 +00:00
|
|
|
repository = "https://github.com/Raamakrishnan/verilog-filelist-parser"
|
2020-02-02 16:37:13 +00:00
|
|
|
readme = "README.md"
|
|
|
|
categories = ["parser-implementations", "parsing", "development-tools"]
|
|
|
|
keywords = ["verilog", "systemverilog", "filelist"]
|
2020-01-20 16:43:01 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-02-02 08:58:10 +00:00
|
|
|
regex = "1.0.0"
|