smelling_salts 0.12.1

Abstraction over OS APIs to handle asynchronous device waking
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "async_main"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e6655ffc2b4248b3c65c2fc5053debe2f9ff6816130a6357f5393603699a8f0"
dependencies = [
 "async_main_macro",
 "pasts",
]

[[package]]
name = "async_main_macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7289f073fd10222718f6e108043d6ed871a96b46179b86af610e145653cf1db1"

[[package]]
name = "pasts"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d70a377440aa19fc0351ea39cb8e2e9b447ce7197141434e9e87bd11c8e811"

[[package]]
name = "smelling_salts"
version = "0.12.1"
dependencies = [
 "async_main",
 "pasts",
 "whisk",
]

[[package]]
name = "whisk"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d81339d85b558faecbdf9926d75888a17d8a82ac5350791e3a04a15c18075369"
dependencies = [
 "pasts",
]