version = 4
[[package]]
name = "active-reporting"
version = "0.0.1"
dependencies = [
"issuing",
"systemio",
"systemstd",
]
[[package]]
name = "bytediff"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd007f33e4674637086fabdc24a2ccd562ca2659892e3aa8ef8472442afb632"
[[package]]
name = "cagelock"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59d755b6c42a860cee2fe3395f02c6d8fa3d530374da49a4121816cc9f002da"
[[package]]
name = "issuing"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1140ae26a0352b4207b2a5c3301c0e7eae3f0dfd4be62ca45e577f604c10036"
[[package]]
name = "systemio"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e7c31661efa3352b6261f9c4ec372fe2519d38fedfab6087004d4a29c8239c"
dependencies = [
"issuing",
]
[[package]]
name = "systemstd"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49441cc1ca88506dc37650d2fb412651c45a4d2a365d1d6e57779504cfcad282"
dependencies = [
"bytediff",
"cagelock",
"issuing",
"systemio",
]