# 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.63.0" name = "korhah" version = "0.1.3" description = "A minimal & extensible reactive event system" readme = "README.md" categories = [ "gui", "no-std", "rust-patterns", ] license = "MPL-2.0" repository = "https://github.com/konall/korhah" [dependencies.ahash] version = "0.8.11" default-features = false [dependencies.educe] version = "0.6.0" features = [ "Clone", "Copy", "Debug", "Eq", "Hash", "PartialEq", "PartialOrd", "Ord", ] default-features = false [dependencies.indexmap] version = "2.2.6" default-features = false [dependencies.spin] version = "0.9.8" features = [ "spin_mutex", "mutex", ] default-features = false [features] default = ["std"] std = [ "ahash/std", "indexmap/std", "spin/std", ] unsync = []