]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/stdx/Cargo.toml
Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=Guillaume...
[rust.git] / src / tools / rust-analyzer / crates / stdx / Cargo.toml
1 [package]
2 name = "stdx"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.65"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 libc = "0.2.135"
14 backtrace = { version = "0.3.65", optional = true }
15 always-assert = { version = "0.1.2", features = ["log"] }
16 # Think twice before adding anything here
17
18 [target.'cfg(windows)'.dependencies]
19 miow = "0.5.0"
20 winapi = { version = "0.3.9", features = ["winerror"] }
21
22 [features]
23 # Uncomment to enable for the whole crate graph
24 # default = [ "backtrace" ]