rust/crates/stdx/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
627 B
TOML
Raw Normal View History

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