# 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 = "rex-machina" version = "0.2.0" description = "The King Machine" readme = "README.md" license = "MIT" [lib] name = "rex" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.bigerror] version = "0.5.0" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3.28" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.33" features = [ "sync", "time", "rt", "macros", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1" [dependencies.tracing-test] version = "0.2.4" [dependencies.uuid] version = "1.3" features = ["v4"]