-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 1.01 KB
/
Cargo.toml
File metadata and controls
32 lines (28 loc) · 1.01 KB
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
[package]
name = "fraktor-remote-core-rs"
version = "0.2.11"
edition = "2024"
description = "Pekko Artery compatible remote core for fraktor runtime"
license = "MIT OR Apache-2.0"
keywords = ["fraktor", "remote", "actor", "no_std"]
categories = ["concurrency", "embedded", "no-std"]
repository = "https://github.com/j5ik2o/fraktor-rs"
homepage = "https://github.com/j5ik2o/fraktor-rs"
documentation = "https://docs.rs/fraktor-remote-core-rs"
readme = "../../README.md"
autoexamples = false
[features]
default = []
[dependencies]
fraktor-actor-core-kernel-rs = { workspace = true }
fraktor-utils-core-rs = { workspace = true }
ahash = { workspace = true, default-features = false }
bytes = { workspace = true }
hashbrown = { workspace = true, default-features = false }
libm = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
fraktor-actor-adaptor-std-rs = { workspace = true, features = ["test-support"] }
fraktor-utils-core-rs = { workspace = true, features = ["debug-locks"] }
[lints]
workspace = true