# 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-sm" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hierarchical state machine" readme = "README.md" license = "MIT" [lib] name = "rex" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bigerror] version = "0.9" [dependencies.bs58] version = "0.5.1" [dependencies.dashmap] version = "5" [dependencies.derive_more] version = "1" features = ["display"] [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "time", "rt", "macros", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.derive_more] version = "1" features = [ "display", "try_into", "try_from", "from", ] [dev-dependencies.tracing-test] version = "0.2" [lints.clippy] module_name_repetitions = "allow"