sim-cookbook 0.2.0

Cookbook engine for SIM's crate-local tutorial recipes.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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

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

[[package]]
name = "sim-cookbook"
version = "0.2.0"
dependencies = [
 "sim-config",
 "sim-kernel",
 "sim-value",
]

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

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

[[package]]
name = "sim-value"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5a3ca34efc2b8cd76bf8a99164b12984adffac302f910989acbb0378f20e04f"
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"