# 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.62" name = "mekena" version = "0.1.0" description = "A modular, fast, and asynchronous scheduling system." license = "MIT" repository = "https://github.com/bobbbay/mekena" [package.metadata.nix] build = true [[bench]] name = "messaging" harness = false [dependencies.async-trait] version = "0.1.57" [dependencies.crossbeam] version = "0.8.2" [dependencies.dashmap] version = "5.4.0" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.24" [dependencies.mekena-macros] version = "0.1.0" [dependencies.mekena-messaging] version = "0.1.0" [dependencies.mekena-state] version = "0.1.0" [dependencies.mekena-util] version = "0.1.0" [dependencies.miette] version = "5.3.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dev-dependencies.criterion] version = "0.4.0" features = ["async_tokio"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.miette] version = "5.3.0" features = ["fancy"]