a textual notation to locate fields within atproto records (draft spec)
microcosm.tngl.io/RecordPath/
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "itoa"
7version = "1.0.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
10
11[[package]]
12name = "memchr"
13version = "2.8.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
16
17[[package]]
18name = "proc-macro2"
19version = "1.0.106"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
22dependencies = [
23 "unicode-ident",
24]
25
26[[package]]
27name = "quote"
28version = "1.0.45"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
31dependencies = [
32 "proc-macro2",
33]
34
35[[package]]
36name = "recordpath"
37version = "0.0.2"
38dependencies = [
39 "serde",
40 "serde_json",
41 "thiserror",
42]
43
44[[package]]
45name = "serde"
46version = "1.0.228"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
49dependencies = [
50 "serde_core",
51 "serde_derive",
52]
53
54[[package]]
55name = "serde_core"
56version = "1.0.228"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
59dependencies = [
60 "serde_derive",
61]
62
63[[package]]
64name = "serde_derive"
65version = "1.0.228"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
68dependencies = [
69 "proc-macro2",
70 "quote",
71 "syn",
72]
73
74[[package]]
75name = "serde_json"
76version = "1.0.149"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
79dependencies = [
80 "itoa",
81 "memchr",
82 "serde",
83 "serde_core",
84 "zmij",
85]
86
87[[package]]
88name = "syn"
89version = "2.0.117"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
92dependencies = [
93 "proc-macro2",
94 "quote",
95 "unicode-ident",
96]
97
98[[package]]
99name = "thiserror"
100version = "2.0.18"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
103dependencies = [
104 "thiserror-impl",
105]
106
107[[package]]
108name = "thiserror-impl"
109version = "2.0.18"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
112dependencies = [
113 "proc-macro2",
114 "quote",
115 "syn",
116]
117
118[[package]]
119name = "unicode-ident"
120version = "1.0.24"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
123
124[[package]]
125name = "zmij"
126version = "1.0.21"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"