[package] name = "acton-ern" version = "2.1.1-alpha" edition = "2021" authors = ["Govcraft "] 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"