# 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" name = "sharded-thread" version = "1.3.1" authors = ["Anthony Griffon "] description = "Expirement for now" documentation = "https://docs.rs/sharded-thread/latest/sharded-thread/" readme = "README.md" keywords = [ "glommio", "monoio", "io-uring", "shard", "thread", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Miaxos/sharded-thread" [[bench]] name = "sharding_direct" harness = false [dependencies.futures] version = "0.3" [dependencies.non_blocking_mutex] version = "3" [dependencies.sharded_queue] version = "2.0" [dependencies.thiserror] version = "1" [dev-dependencies.cfg-if] version = "1" [dev-dependencies.criterion] version = "0.5" features = [ "async", "html_reports", ] [dev-dependencies.flume] version = "0.11" [dev-dependencies.monoio] version = "0.2" features = ["sync"]