# 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 = "aidl-parser" version = "0.12.3" authors = ["Benoit Walter "] build = "src/build.rs" description = "Parse AIDL files, crate AST and diagnostics" readme = "README.md" license = "MIT" repository = "https://github.com/bwalter/rust-aidl-parser" [dependencies.anyhow] version = "1.0" [dependencies.lalrpop-util] version = "0.19" features = ["lexer"] [dependencies.line-col] version = "0.2" features = ["grapheme-clusters"] [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.insta] version = "1.8" features = [ "redactions", "ron", ] [build-dependencies.lalrpop] version = "0.19" [build-dependencies.lalrpop-util] version = "0.19" features = ["lexer"]