2023-01-31 19:57:49 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-ordinalize"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "3.1.15"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-10-01 16:45:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ioctl-rs"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7970510895cee30b3e9128319f2cefd4bde883a39f38baa279567ba3a7eb97d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.148"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
|
|
|
|
2023-01-31 19:57:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "0.4.4"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "0.2.16"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "1.0.67"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "1.0.33"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revpfw3"
|
2023-10-04 13:20:45 +02:00
|
|
|
version = "0.4.0"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"enum-ordinalize",
|
2023-10-01 16:45:40 +02:00
|
|
|
"serial",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1237a96570fc377c13baa1b88c7589ab66edced652e43ffb17088f003db3e86"
|
|
|
|
dependencies = [
|
|
|
|
"serial-core",
|
|
|
|
"serial-unix",
|
|
|
|
"serial-windows",
|
2023-01-31 19:57:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 16:45:40 +02:00
|
|
|
name = "serial-core"
|
2023-01-31 19:57:49 +01:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "3f46209b345401737ae2125fe5b19a77acce90cd53e1658cda928e4fe9a64581"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
2023-10-01 16:45:40 +02:00
|
|
|
"libc",
|
2023-01-31 19:57:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 16:45:40 +02:00
|
|
|
name = "serial-unix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f03fbca4c9d866e24a459cbca71283f545a37f8e3e002ad8c70593871453cab7"
|
|
|
|
dependencies = [
|
|
|
|
"ioctl-rs",
|
|
|
|
"libc",
|
|
|
|
"serial-core",
|
|
|
|
"termios",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial-windows"
|
|
|
|
version = "0.4.0"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "15c6d3b776267a75d31bbdfd5d36c0ca051251caafc285827052bc53bcdc8162"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"serial-core",
|
|
|
|
]
|
2023-01-31 19:57:49 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "2.0.37"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
|
2023-01-31 19:57:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-10-01 16:45:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termios"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-31 19:57:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-01 16:45:40 +02:00
|
|
|
version = "1.0.12"
|
2023-01-31 19:57:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 16:45:40 +02:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|