# 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 = "acton-ern" version = "2.1.1-alpha" authors = ["Govcraft "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for handling Acton Entity Resource Names (ERNs), providing tools for generating, parsing, and managing ERNs within Acton Reactive-based solutions." documentation = "https://docs.rs/acton-ern" readme = "README.md" keywords = [ "ern", "resource-management", "cloud", "actor", ] categories = [ "api-bindings", "cryptography", "data-structures", "network-programming", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/govcraft/acton-ern" [lib] name = "acton_ern" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.derive-new] version = "0.7.0" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.mti] version = "1.0.7-beta.1" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.console-subscriber] version = "0.4.0" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-futures] version = "0.2.5" [dev-dependencies.tracing-subscriber] version = "0.3.18"