# 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 = "2018" name = "breadthread" version = "0.1.4" authors = ["notgull "] description = "GUI abstraction; adds a thread controller that helps get some bread" homepage = "https://github.com/notgull/breadthread#readme" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/notgull/breadthread" [dependencies.ahash] version = "0.7.6" features = ["compile-time-rng"] default-features = false [dependencies.atomic-waker] version = "1.0.0" optional = true [dependencies.bytemuck] version = "1.9.1" [dependencies.flume] version = "0.10.13" optional = true default-features = false [dependencies.hashbrown] version = "0.12.1" default-features = false [dependencies.once_cell] version = "1.12.0" optional = true [dependencies.parking] version = "2.0.0" [dependencies.spin] version = "0.9.3" features = [ "lazy", "mutex", "once", ] default-features = false [dependencies.tracing] version = "0.1.35" default-features = false [features] default = ["std"] fallback = [] std = [ "ahash/std", "flume", "tracing/std", "once_cell", ] [target."cfg(loom)".dependencies.loom] version = "0.5"