# 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.70.0" name = "ockam_executor" version = "0.89.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Ockam async executor crate" homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "encryption", "authentication", ] categories = [ "cryptography", "asynchronous", "authentication", "no-std", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_executor" [lib] name = "ockam_executor" path = "src/lib.rs" [dependencies.crossbeam-queue] version = "0.3.11" features = ["alloc"] default-features = false [dependencies.futures] version = "0.3.30" features = ["async-await"] default-features = false [dependencies.heapless] version = "0.8" features = ["mpmc_large"] [dependencies.ockam_core] version = "^0.120.0" default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.tracing] version = "0.1" default-features = false [features] alloc = [ "futures/alloc", "ockam_core/alloc", ] default = ["std"] no_std = ["ockam_core/no_std"] std = [ "alloc", "futures/std", "ockam_core/std", ]