# 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 = "rasi-ext" version = "0.1.11" description = """ This library includes extend features or experimental features that are useful for asynchronous programming. """ documentation = "https://docs.rs/rasi-ext" license = "MIT" repository = "https://github.com/HalaOS/RASI.git" [[bench]] name = "map_bench" harness = false [[bench]] name = "queue_bench" harness = false [dependencies.boring] version = "^4.4.0" optional = true [dependencies.bytes] version = "^1.5" optional = true [dependencies.futures] version = "^0.3" default-features = false [dependencies.http] version = "^1.0" optional = true [dependencies.log] version = "^0.4" [dependencies.parking_lot] version = "^0.12" optional = true [dependencies.quiche] version = "^0.20.0" features = ["boringssl-boring-crate"] optional = true [dependencies.rand] version = "^0.8" features = ["getrandom"] optional = true [dependencies.rasi] version = "^0.1" [dependencies.ring] version = "^0.17" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "^1.0" optional = true [dependencies.thiserror] version = "1.0.57" optional = true [dev-dependencies.dashmap] version = "5.5.3" [dev-dependencies.divan] version = "^0.1" [dev-dependencies.futures-test] version = "0.3.30" [dev-dependencies.pretty_env_logger] version = "^0.5" [dev-dependencies.rasi-default] version = "^0.1" [features] default = [ "quic", "sync_parking_lot", "tls", "http_support", ] event_map = [] http_support = [ "http", "thiserror", "serde_json", "serde", ] quic = [ "udp_group", "quiche", "ring", "event_map", ] sync_parking_lot = ["parking_lot"] tls = ["boring"] udp_group = [ "bytes", "rand", ]