# 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.70" name = "isoprenoid" version = "0.1.1" authors = ["Tamme Schichler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "isoprenoid is the signals runtime framework backing flourish." readme = "README.md" keywords = [ "async", "sdk", "incremental", "runtime", "signals", ] categories = [ "asynchronous", "caching", "concurrency", "gui", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/flourish" [package.metadata.docs.rs] features = ["_doc"] [lib] name = "isoprenoid" path = "src/lib.rs" [dependencies.async-lock] version = "3.4.0" features = ["std"] optional = true default-features = false [dependencies.event-listener] version = "5.3.0" optional = true default-features = false [dependencies.futures-lite] version = "2.3.0" features = ["alloc"] default-features = false [dependencies.lock_api] version = "0.4.12" optional = true default-features = false [dependencies.parking_lot] version = "0.12.2" optional = true default-features = false [dependencies.scopeguard] version = "1.2.0" optional = true default-features = false [dependencies.unwind_safe] version = "0.1.0" optional = true default-features = false [features] _doc = ["global_signals_runtime"] _test = [ "global_signals_runtime", "_doc", ] forbid_global_signals_runtime = [] global_signals_runtime = [ "dep:async-lock", "dep:event-listener", "dep:lock_api", "dep:parking_lot", "dep:scopeguard", "dep:unwind_safe", ]