version = 3
[[package]]
name = "ach"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f19c5bc9c3a4a6733a0960c95a1b34b598c7e996c7ed81904aa2df806ba64f4f"
dependencies = [
"ach-array",
"ach-cell",
"ach-mpmc",
"ach-pubsub",
"ach-ring",
"ach-spsc",
"ach-util",
]
[[package]]
name = "ach-array"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86a2c09a153a6f5c8698d277f0e12f2a0100a4f396d1838022ef96479fcbc04e"
dependencies = [
"ach-cell",
"ach-util",
]
[[package]]
name = "ach-cell"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe8e307234b16c79f3a56201b17328d55a08fd99a490ff9dd77c6fa8ae34e57"
dependencies = [
"ach-util",
]
[[package]]
name = "ach-mpmc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e410bfe1f20189ed6b768ab8c4fb160678cda47856f19d2e9f11f916cc075e5"
dependencies = [
"ach-ring",
]
[[package]]
name = "ach-pubsub"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af4a2ca9fe42d0f6c95bf2dc7519df1dcf2dabc7193ee4630aaaf09d1153d409"
dependencies = [
"ach-array",
"ach-ring",
]
[[package]]
name = "ach-ring"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e229ca92e4a331e81bfd35e45e47203381906e202f995e46ef3e07fcbd6563fe"
dependencies = [
"ach-util",
]
[[package]]
name = "ach-spsc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "289354e229c5d94eedf54eeab5f31c2bddbc83e1fcf12d6c41b25658540f2423"
[[package]]
name = "ach-util"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b51f01f3385c3d4c38b77f61d7ff6de43bf569e862e83c6ccaf209829e6f1f51"
dependencies = [
"atomic_macro",
]
[[package]]
name = "atomic_macro"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "295bacf47378009ce72d0edaf9c26fd861b21227c7c74b80727cbd302e9e0c4b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "fixed-queue"
version = "0.4.10"
dependencies = [
"ach",
]
[[package]]
name = "proc-macro2"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"