version = 4
[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "num-bigint"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "209a43be7311949b2ffe382acb7fe185464ab55536823c78b15da8e1386675a4"
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-lib-discrete-algebra"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078fba5cff142be2c40cc2ecb3fa31f1d1e2909cfce2594b67d2769f8da13b2f"
dependencies = [
"num-bigint",
"sim-cookbook",
"thiserror",
]
[[package]]
name = "sim-lib-discrete-graph"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf9879f2ff9b11ff11a47327d909a787edf3e3ea098e52b148cdb3ababba3b"
dependencies = [
"sim-cookbook",
"sim-lib-discrete-algebra",
"thiserror",
]
[[package]]
name = "sim-lib-discrete-search"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79f5c58a9a51ca9217681140e844c47ecfd678e986b9fc1cda02950ec9b071c5"
dependencies = [
"sim-cookbook",
"thiserror",
]
[[package]]
name = "sim-lib-pitch-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d126ac5da1959dcd4a96c5519a0bc1aea972a1bc51d214e9fcd71274c97a0221"
dependencies = [
"sim-cookbook",
"thiserror",
]
[[package]]
name = "sim-lib-pitch-scale"
version = "0.2.0"
dependencies = [
"sim-cookbook",
"sim-lib-discrete-search",
"sim-lib-pitch-core",
"sim-lib-pitch-set",
"thiserror",
]
[[package]]
name = "sim-lib-pitch-set"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf07cd92168d71495cda7e0d1eaab86504209f00d2f451ab14481a61d9a7c25"
dependencies = [
"sim-cookbook",
"sim-lib-discrete-graph",
"sim-lib-discrete-search",
"sim-lib-pitch-core",
"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"