# 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.65" name = "glommio" version = "0.9.0" authors = [ "Glauber Costa ", "Hippolyte Barraud ", "DataDog ", ] description = "Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans." homepage = "https://github.com/DataDog/glommio" readme = "README.md" keywords = [ "linux", "rust", "async", "iouring", "thread-per-core", ] categories = [ "asynchronous", "concurrency", "os", "filesystem", "network-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/DataDog/glommio" [[bench]] name = "executor" harness = false [[bench]] name = "semaphore" harness = false [[bench]] name = "local_channel" harness = false [[bench]] name = "shared_channel" harness = false [[bench]] name = "preempt" harness = false [[bench]] name = "tcp" harness = false [[bench]] name = "tokio_tcp" harness = false [[bench]] name = "udp" harness = false [[bench]] name = "nop" harness = false required-features = ["bench"] [[bench]] name = "sharding" harness = false [[bench]] name = "spsc_queue" harness = false [[bench]] name = "foreign_wake" harness = false [[bench]] name = "proxy" harness = false [[bench]] name = "echo" harness = false [[bench]] name = "competing_io" harness = false [dependencies.ahash] version = "0.7" [dependencies.backtrace] version = "0.3" [dependencies.bitflags] version = "2.4" [dependencies.bitmaps] version = "3.1" [dependencies.buddy-alloc] version = "0.4" [dependencies.concurrent-queue] version = "1.2" [dependencies.crossbeam] version = "0.8" [dependencies.enclose] version = "1.1" [dependencies.flume] version = "0.10" features = ["async"] [dependencies.futures-lite] version = "1.12" [dependencies.intrusive-collections] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.lockfree] version = "0.5" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.27" features = [ "event", "fs", "ioctl", "mman", "net", "poll", "sched", "time", ] [dependencies.pin-project-lite] version = "0.2" [dependencies.rlimit] version = "0.6" [dependencies.scoped-tls] version = "1.0" [dependencies.scopeguard] version = "1.1" [dependencies.signal-hook] version = "0.3" [dependencies.sketches-ddsketch] version = "0.1" [dependencies.smallvec] version = "1.7" features = ["union"] [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.tracing] version = "0.1" [dependencies.typenum] version = "1.15" [dev-dependencies.fastrand] version = "1" [dev-dependencies.futures] version = "0" [dev-dependencies.hdrhistogram] version = "7" [dev-dependencies.pretty_env_logger] version = "0" [dev-dependencies.rand] version = "0" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", "net", "io-util", "time", "sync", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0" features = ["env-filter"] [build-dependencies.cc] version = "1.0" [features] bench = [] debugging = [] native-tls = [] nightly = ["native-tls"]