# 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 = "2021" rust-version = "1.66" name = "smelling_salts" version = "0.12.1" include = [ "README.md", "src/*", "examples/*", ] description = "Abstraction over OS APIs to handle asynchronous device waking" homepage = "https://github.com/ardaku/smelling_salts/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/smelling_salts" readme = "README.md" keywords = [ "futures", "platform-agnostic", "cross-platform", "io", "waker", ] categories = [ "asynchronous", "rust-patterns", "api-bindings", "hardware-support", "os", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/smelling_salts" [package.metadata.docs.rs] all-features = true [[example]] name = "stdin" required-features = ["examples-platform-linux"] [[example]] name = "pipe" required-features = ["examples-platform-linux"] [[example]] name = "sleep" required-features = ["examples-platform-linux"] [dependencies.pasts] version = "0.14" [dependencies.whisk] version = "0.11" features = ["pasts"] [dev-dependencies.async_main] version = "0.3" features = ["pasts"] [features] default = [] examples-platform-linux = []