# 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 = "async-ucx" version = "0.1.1" authors = [ "Runji Wang ", "Yiyuan Liu ", ] description = "Asynchronous Rust bindings to UCX." homepage = "https://github.com/madsys-dev/async-ucx" readme = "README.md" keywords = [ "ucx", "bindings", "async", ] categories = [ "asynchronous", "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/madsys-dev/async-ucx" resolver = "2" [dependencies.crossbeam] version = "0.8" optional = true [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3" [dependencies.futures-lite] version = "1.11" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.socket2] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["net"] optional = true [dependencies.ucx1-sys] version = "0.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "time", "macros", "sync", ] [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.2.17" features = [ "env-filter", "fmt", ] default-features = false [features] am = [ "tokio/sync", "crossbeam", ] event = ["tokio"]