2020-03-28 05:01:25 -05:00
|
|
|
[package]
|
|
|
|
name = "stdx"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2020-03-28 05:01:25 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-18 11:44:09 -05:00
|
|
|
backtrace = { version = "0.3.67", optional = true }
|
2024-01-17 20:27:38 -06:00
|
|
|
always-assert = { version = "0.2.0", features = ["tracing"] }
|
2023-05-20 07:29:32 -05:00
|
|
|
jod-thread = "0.1.2"
|
2023-11-16 13:48:49 -06:00
|
|
|
libc.workspace = true
|
2023-05-25 02:04:51 -05:00
|
|
|
crossbeam-channel = "0.5.5"
|
2023-11-24 09:38:48 -06:00
|
|
|
itertools.workspace = true
|
2020-03-28 05:01:25 -05:00
|
|
|
# Think twice before adding anything here
|
2021-01-14 05:55:13 -06:00
|
|
|
|
2021-04-20 08:06:20 -05:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
2023-12-07 04:48:58 -06:00
|
|
|
miow = "0.6.0"
|
2022-01-07 05:37:58 -06:00
|
|
|
winapi = { version = "0.3.9", features = ["winerror"] }
|
2021-04-20 08:06:20 -05:00
|
|
|
|
2021-01-14 05:55:13 -06:00
|
|
|
[features]
|
|
|
|
# Uncomment to enable for the whole crate graph
|
|
|
|
# default = [ "backtrace" ]
|
2023-12-29 08:22:29 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|