version = 3
[[package]]
name = "aho-corasick"
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
"memchr",
]
[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "gmt_mount-ctrl"
version = "2.0.0"
dependencies = [
"gmt_mount-ctrl_sampling1000-damping002",
"gmt_mount-ctrl_sampling8000-damping0005",
"paste",
"simulink-binder",
"thiserror",
]
[[package]]
name = "gmt_mount-ctrl_sampling1000-damping002"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b55761f82d1e22ead610d8e814d87581a2865b64e7d3811939484d21fe395d5"
dependencies = [
"cc",
"gmt_mount-ctrl_sampling1000-damping002_ze00",
"gmt_mount-ctrl_sampling1000-damping002_ze30",
"gmt_mount-ctrl_sampling1000-damping002_ze60",
"paste",
"simulink-binder",
"thiserror",
]
[[package]]
name = "gmt_mount-ctrl_sampling1000-damping002_ze00"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97638e48a035f820ad031fdb7b2f6f0711149db4c8aebda1bd1078343ae65737"
dependencies = [
"cc",
"paste",
"simulink-binder",
"thiserror",
]
[[package]]
name = "gmt_mount-ctrl_sampling1000-damping002_ze30"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c528e5894110060f157ed8215c0e70998c2f8c08974a39918069ef10699d17e2"
dependencies = [
"cc",
"paste",
"simulink-binder",
"thiserror",
]
[[package]]
name = "gmt_mount-ctrl_sampling1000-damping002_ze60"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5d8e3770f9dea7d32e79254c9abbc3d9458050b201915a25650602aff94788"
dependencies = [
"cc",
"paste",
"simulink-binder",
"thiserror",
]
[[package]]
name = "gmt_mount-ctrl_sampling8000-damping0005"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "699302cc02c5c3fd8a9838ab568701c509be11bc6e8008841f0f0f694561842f"
dependencies = [
"cc",
"paste",
"simulink-binder",
"thiserror",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "paste"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
[[package]]
name = "proc-macro2"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
[[package]]
name = "regex"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "simulink-binder"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "281ab5babb9907c23ddbbde31904cc13ad11a3d269167052a661f85d37c5603e"
dependencies = [
"paste",
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "syn"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-ident"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"