# 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 = "elfo-dumper" version = "0.2.0-alpha.15" authors = ["Paul Loyd "] description = "Dumps messages of the elfo system on disk" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", "dumping", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [dependencies.bytesize] version = "1.2.0" features = ["serde"] [dependencies.derive_more] version = "0.99.11" [dependencies.elfo-core] version = "0.2.0-alpha.15" features = ["unstable"] [dependencies.elfo-utils] version = "0.2.5" [dependencies.eyre] version = "0.6.5" [dependencies.futures] version = "0.3.12" [dependencies.fxhash] version = "0.2.1" [dependencies.humantime-serde] version = "1" [dependencies.metrics] version = "0.17" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0.120" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0.64" [dependencies.thread_local] version = "1.1.3" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "sync", ] [dependencies.tracing] version = "0.1.25"