| # 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 = "2021" |
| name = "android_bp" |
| version = "0.3.0" |
| authors = ["tardyp"] |
| description = "Android.bp parser" |
| homepage = "https://github.com/tardyp/rs-bp" |
| readme = "Readme.md" |
| keywords = [ |
| "android", |
| "bp", |
| "parser", |
| "blueprint", |
| "soong", |
| ] |
| categories = ["parser-implementations"] |
| license = "MIT" |
| repository = "https://github.com/tardyp/rs-bp" |
| |
| [lib] |
| name = "android_bp" |
| |
| [dependencies.nom] |
| version = "7.1.3" |
| |
| [dev-dependencies.liblzma] |
| version = "0.3.2" |
| |
| [dev-dependencies.tar] |
| version = "0.4.41" |