# 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 = "azur" version = "0.3.1" description = "A no_std Rust crate that implements an executor/reactor and futures using io_uring" license = "GPL-3.0-only" repository = "https://git.sr.ht/~dfg/azur" [dependencies.futures-core] version = "0.3" default-features = false [dependencies.lx] version = "0.4" [dependencies.once_cell] version = "1" default-features = false [dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.futures-util] version = "0.3" [features] std = []