mirror of
https://github.com/lcdr/lu_packets.git
synced 2026-02-07 10:42:04 -06:00
76 lines
3.0 KiB
TOML
76 lines
3.0 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "endio"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/lcdr/endio?rev=cb5020f6749a301ae925592f9ad1920919894ddb#cb5020f6749a301ae925592f9ad1920919894ddb"
|
|
dependencies = [
|
|
"endio_derive 0.2.0 (git+https://github.com/lcdr/endio?rev=cb5020f6749a301ae925592f9ad1920919894ddb)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "endio_derive"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/lcdr/endio?rev=cb5020f6749a301ae925592f9ad1920919894ddb#cb5020f6749a301ae925592f9ad1920919894ddb"
|
|
dependencies = [
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lu_packets"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"endio 0.2.0 (git+https://github.com/lcdr/endio?rev=cb5020f6749a301ae925592f9ad1920919894ddb)",
|
|
"lu_packets_derive 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lu_packets_derive"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[metadata]
|
|
"checksum endio 0.2.0 (git+https://github.com/lcdr/endio?rev=cb5020f6749a301ae925592f9ad1920919894ddb)" = "<none>"
|
|
"checksum endio_derive 0.2.0 (git+https://github.com/lcdr/endio?rev=cb5020f6749a301ae925592f9ad1920919894ddb)" = "<none>"
|
|
"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
|
|
"checksum quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
|
|
"checksum syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|