rustc/vendor/ra-ap-rustc_pattern_analysis-0.87.0/Cargo.toml
2025-02-17 11:14:05 +01:00

82 lines
1.8 KiB
TOML

# 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 = "ra-ap-rustc_pattern_analysis"
version = "0.87.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Automatically published version of the package `rustc_pattern_analysis`
in the rust-lang/rust repository from commit c1132470a6986b12503e8000e322e9164c1f03ac
The publishing script for this crate lives at:
https://github.com/rust-analyzer/rustc-auto-publish
"""
readme = false
license = "MIT / Apache-2.0"
repository = "https://github.com/rust-lang/rust"
[lib]
name = "ra_ap_rustc_pattern_analysis"
path = "src/lib.rs"
[[test]]
name = "complexity"
path = "tests/complexity.rs"
[[test]]
name = "exhaustiveness"
path = "tests/exhaustiveness.rs"
[[test]]
name = "intersection"
path = "tests/intersection.rs"
[dependencies.rustc-hash]
version = "2.0.0"
[dependencies.rustc_apfloat]
version = "0.2.0"
[dependencies.rustc_index]
version = "0.87.0"
default-features = false
package = "ra-ap-rustc_index"
[dependencies.smallvec]
version = "1.8.1"
features = ["union"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
version = "0.3.3"
features = [
"fmt",
"env-filter",
"ansi",
]
default-features = false
[dev-dependencies.tracing-tree]
version = "0.3.0"
[features]
rustc = []