-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
26 lines (24 loc) · 897 Bytes
/
Cargo.toml
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
[package]
name = "acton-ern"
version = "2.1.1-alpha"
edition = "2021"
authors = ["Govcraft <[email protected]>"]
description = "A Rust library for handling Acton Entity Resource Names (ERNs), providing tools for generating, parsing, and managing ERNs within Acton Reactive-based solutions."
repository = "https://github.com/govcraft/acton-ern"
documentation = "https://docs.rs/acton-ern"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["ern", "resource-management", "cloud", "actor"]
categories = ["api-bindings", "cryptography", "data-structures", "network-programming", "authentication"]
[dependencies]
derive-new = "0.7.0"
derive_more = { version = "1.0.0", features = ["full"]}
thiserror = "1.0.61"
mti = "1.0.7-beta.1"
[dev-dependencies]
anyhow = "1.0.86"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-futures = "0.2.5"
log = "0.4.21"
console-subscriber = "0.4.0"