-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (30 loc) · 814 Bytes
/
Cargo.toml
File metadata and controls
34 lines (30 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "event_iterator"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0 OR BSL-1.0 OR MIT"
description = "Asynchronous lending iterator"
repository = "https://github.com/ardaku/event_iterator"
documentation = "https://docs.rs/event_iterator"
homepage = "https://github.com/ardaku/event_iterator/releases"
include = [
"/LICENSE_APACHE",
"/LICENSE_BOOST",
"/LICENSE_MIT",
"/README.md",
"/examples/*",
"/src/*",
]
keywords = ["streams", "async", "iterator", "lending", "gat"]
categories = ["asynchronous", "no-std", "rust-patterns"]
readme = "README.md"
rust-version = "1.70"
[dev-dependencies.async_main]
version = "0.4"
features = ["pasts"]
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.pasts]
version = "0.14"
[dev-dependencies.whisk]
version = "0.13"