of_ffi_c 0.1.2

C ABI facade for the Orderflow runtime
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "of_adapters"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62749ad24379230e7da4dbbbe1ddb07547c8b524b83379bc04e1318ffa8b3a0"
dependencies = [
 "of_core",
]

[[package]]
name = "of_core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447bc31e7dbedc9d4b0f7611efa1c7e6133c4a744ebfa29668b761c86e3b4e25"

[[package]]
name = "of_ffi_c"
version = "0.1.2"
dependencies = [
 "of_adapters",
 "of_core",
 "of_runtime",
 "of_signals",
]

[[package]]
name = "of_persist"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "792e832cbc30ce9adb621815cdfe6d807733d42f31ca5d946f9194d709e0b067"
dependencies = [
 "of_core",
]

[[package]]
name = "of_runtime"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd69cfb270cc6d3ff9fcefaa722396ab5fa156b0d3d9c5bf50a0ddb0fa69fc71"
dependencies = [
 "of_adapters",
 "of_core",
 "of_persist",
 "of_signals",
]

[[package]]
name = "of_signals"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79609e5e067c03d7970e780fc470ac7c04527b367dc5cc19b8e944e34d1f6863"
dependencies = [
 "of_core",
]