2023-01-02 17:13:50 +05:30
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "f3-rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-10-24 19:49:40 +05:30
|
|
|
version = "1.0.9"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 19:49:40 +05:30
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-01-02 17:13:50 +05:30
|
|
|
|
2024-07-29 03:32:18 +05:30
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
2023-01-02 17:13:50 +05:30
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-06-08 02:01:02 +05:30
|
|
|
version = "1.0.85"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 02:01:02 +05:30
|
|
|
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
|
2023-01-02 17:13:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-06-08 02:01:02 +05:30
|
|
|
version = "1.0.36"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 02:01:02 +05:30
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2023-01-02 17:13:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-10-24 19:49:40 +05:30
|
|
|
version = "1.0.15"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 19:49:40 +05:30
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-01-02 17:13:50 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-09-11 19:35:40 +05:30
|
|
|
version = "1.0.210"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-11 19:35:40 +05:30
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2023-01-02 17:13:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-09-11 19:35:40 +05:30
|
|
|
version = "1.0.210"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-11 19:35:40 +05:30
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2023-01-02 17:13:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-08-15 12:02:01 +05:30
|
|
|
version = "1.0.125"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-15 12:02:01 +05:30
|
|
|
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
|
2023-01-02 17:13:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-29 03:32:18 +05:30
|
|
|
"memchr",
|
2023-01-02 17:13:50 +05:30
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-06-08 02:01:02 +05:30
|
|
|
version = "2.0.66"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 02:01:02 +05:30
|
|
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|
2023-01-02 17:13:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-24 19:49:40 +05:30
|
|
|
version = "1.0.12"
|
2023-01-02 17:13:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 19:49:40 +05:30
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|