2023-11-30 02:35:29 +00:00
# @generated by autocargo from //hermetic_infra/reverie/reverie-examples:[chaos,chrome-trace,chunky_print,counter1,counter2,debug,noop,strace,strace_minimal]
2021-12-30 00:14:23 +00:00
[ package ]
name = "reverie-examples"
version = "0.1.0"
2022-05-27 17:20:35 +00:00
authors = [ "Meta Platforms" ]
2021-12-30 00:14:23 +00:00
edition = "2021"
2023-12-11 23:49:03 +00:00
repository = "https://github.com/facebookexperimental/reverie"
2021-12-30 00:14:23 +00:00
license = "BSD-2-Clause"
publish = false
[ [ bin ] ]
name = "chaos"
path = "chaos.rs"
[ [ bin ] ]
name = "chrome_trace"
path = "chrome-trace/main.rs"
[ [ bin ] ]
name = "chunky_print"
path = "chunky_print.rs"
[ [ bin ] ]
name = "counter1"
path = "counter1.rs"
[ [ bin ] ]
name = "counter2"
path = "counter2.rs"
[ [ bin ] ]
name = "debug"
path = "debug.rs"
[ [ bin ] ]
name = "noop"
path = "noop.rs"
[ [ bin ] ]
name = "strace"
path = "strace/main.rs"
[ [ bin ] ]
name = "strace_minimal"
path = "strace_minimal.rs"
[ dependencies ]
2023-12-02 21:52:50 +00:00
anyhow = "1.0.75"
2023-05-19 13:51:50 +00:00
clap = { version = "3.2.25" , features = [ "derive" , "env" , "regex" , "unicode" , "wrap_help" ] }
2021-12-30 00:14:23 +00:00
reverie = { version = "0.1.0" , path = "../reverie" }
reverie-ptrace = { version = "0.1.0" , path = "../reverie-ptrace" }
reverie-util = { version = "0.1.0" , path = "../reverie-util" }
2023-08-21 13:07:02 +00:00
serde = { version = "1.0.185" , features = [ "derive" , "rc" ] }
2023-07-08 21:34:39 +00:00
serde_json = { version = "1.0.100" , features = [ "float_roundtrip" , "unbounded_depth" ] }
2024-03-18 23:57:05 +00:00
tokio = { version = "1.36.0" , features = [ "full" , "test-util" , "tracing" ] }
2024-03-26 04:40:59 +00:00
tracing = { version = "0.1.40" , features = [ "attributes" ] }