sim-table-db 0.1.1

SIM workspace package for sim table db.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "inventory"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
dependencies = [
 "rustversion",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rustversion"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"

[[package]]
name = "sim-citizen"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4b5153bcd465c4ec568d2b0651cc99200c992c7448284c03d4b30b2a38fa4e"
dependencies = [
 "inventory",
 "sim-kernel",
 "sim-value",
]

[[package]]
name = "sim-citizen-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e75353b8cff68be6f61a18b2c4707035544b427691c2b0420f669ca5d8c46bf"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "sim-codec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "434c8740340c093193820959404a7e269f178daef66fbdd4d1ac6da6509eae07"
dependencies = [
 "sim-citizen-derive",
 "sim-cookbook",
 "sim-kernel",
]

[[package]]
name = "sim-cookbook"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ed0d6f88539ff28909e912e95974c5c5a33d4b1e48c5101337648bae7c0c073"

[[package]]
name = "sim-kernel"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e263667ac5705bae235dfbda981d95b54f0356dc1bd8dffa990a071cee8cbdae"
dependencies = [
 "thiserror",
]

[[package]]
name = "sim-table-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3efb27f568bbbcbcf37b4ec48f69e54dcb472b210cb6b6e7159930aef06f79f3"
dependencies = [
 "sim-kernel",
 "sim-value",
]

[[package]]
name = "sim-table-db"
version = "0.1.1"
dependencies = [
 "sim-citizen",
 "sim-citizen-derive",
 "sim-kernel",
 "sim-table-core",
 "sim-test-support",
]

[[package]]
name = "sim-test-support"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca41374c3131d2244c5137d9e416fc409e424327e4baadabdbec7bf70783581b"
dependencies = [
 "sim-citizen-derive",
 "sim-codec",
 "sim-kernel",
 "sim-value",
]

[[package]]
name = "sim-value"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36787dd245068c435cfdf11acad040b0c16b818e83167c3eec8c7d726ff61da0"
dependencies = [
 "sim-kernel",
]

[[package]]
name = "syn"
version = "2.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"