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