Chris Frantz | fd4a549 | 2023-02-13 18:06:11 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # @generated |
| 3 | # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| 4 | # regenerate this file, run the following: |
| 5 | # |
| 6 | # bazel run //third_party/rust:crate_index |
| 7 | ############################################################################### |
| 8 | |
| 9 | load("@rules_rust//rust:defs.bzl", "rust_library") |
| 10 | |
| 11 | package(default_visibility = ["//visibility:public"]) |
| 12 | |
| 13 | # licenses([ |
| 14 | # "TODO", # MIT/Apache-2.0 |
| 15 | # ]) |
| 16 | |
| 17 | rust_library( |
| 18 | name = "pest", |
| 19 | srcs = glob(["**/*.rs"]), |
| 20 | compile_data = glob( |
| 21 | include = ["**"], |
| 22 | exclude = [ |
| 23 | "**/* *", |
| 24 | "BUILD", |
| 25 | "BUILD.bazel", |
| 26 | "WORKSPACE", |
| 27 | "WORKSPACE.bazel", |
| 28 | ], |
| 29 | ), |
| 30 | crate_features = [ |
| 31 | "default", |
| 32 | "std", |
| 33 | "thiserror", |
| 34 | ], |
| 35 | crate_root = "src/lib.rs", |
| 36 | edition = "2021", |
| 37 | rustc_flags = ["--cap-lints=allow"], |
| 38 | tags = [ |
| 39 | "cargo-bazel", |
| 40 | "crate-name=pest", |
| 41 | "manual", |
| 42 | "noclippy", |
| 43 | "norustfmt", |
| 44 | ], |
| 45 | version = "2.5.5", |
| 46 | deps = [ |
| 47 | "@crate_index__thiserror-1.0.38//:thiserror", |
| 48 | "@crate_index__ucd-trie-0.1.5//:ucd_trie", |
| 49 | ], |
| 50 | ) |