@@ -19,62 +19,62 @@ daemon = []
1919check-update = []
2020
2121[dependencies ]
22+ async-trait = { workspace = true }
2223atuin-common = { path = " ../atuin-common" , version = " 18.10.0" }
23-
24- log = { workspace = true }
2524base64 = { workspace = true }
26- time = { workspace = true , features = [" macros" , " formatting" , " parsing" ] }
2725clap = { workspace = true }
28- eyre = { workspace = true }
29- directories = { workspace = true }
30- uuid = { workspace = true }
31- whoami = { workspace = true }
32- interim = { workspace = true }
3326config = { workspace = true }
34- serde = { workspace = true }
35- serde_json = { workspace = true }
27+
28+ # theme
29+ crossterm = { version = " 0.28.1" , features = [" serde" ] }
30+ crypto_secretbox = " 0.1.1"
31+ directories = { workspace = true }
32+ eyre = { workspace = true }
33+ fs-err = { workspace = true }
34+ futures = " 0.3"
35+ generic-array = { version = " 0.14" , features = [" serde" ] }
36+ hex = { version = " 0.4" , optional = true }
3637humantime = " 2.1.0"
37- async-trait = { workspace = true }
38+ indicatif = " 0.18.0"
39+ interim = { workspace = true }
3840itertools = { workspace = true }
39- rand = { workspace = true }
40- shellexpand = " 3"
41- sqlx = { workspace = true , features = [" sqlite" , " regexp" ] }
41+ lazy_static = " 1.4.0"
42+
43+ log = { workspace = true }
44+ memchr = " 2.7"
4245minspan = " 0.1.5"
46+ palette = { version = " 0.7.5" , features = [" serializing" ] }
47+ rand = { workspace = true }
4348regex = " 1.10.5"
44- serde_regex = " 1.1.0"
45- fs-err = { workspace = true }
46- sql-builder = { workspace = true }
47- memchr = " 2.7"
49+ reqwest = { workspace = true , optional = true }
4850rmp = { version = " 0.8.14" }
49- typed-builder = { workspace = true }
50- tokio = { workspace = true }
51- semver = { workspace = true }
52- thiserror = { workspace = true }
53- futures = " 0.3"
54- crypto_secretbox = " 0.1.1"
55- generic-array = { version = " 0.14" , features = [" serde" ] }
56- serde_with = " 3.8.1"
51+ rusty_paserk = { version = " 0.5.0" , default-features = false , features = [" v4" , " serde" ] }
5752
5853# encryption
5954rusty_paseto = { version = " 0.8.0" , default-features = false }
60- rusty_paserk = { version = " 0.5.0" , default-features = false , features = [" v4" , " serde" ] }
61-
62- # sync
63- urlencoding = { version = " 2.1.0" , optional = true }
64- reqwest = { workspace = true , optional = true }
65- hex = { version = " 0.4" , optional = true }
55+ semver = { workspace = true }
56+ serde = { workspace = true }
57+ serde_json = { workspace = true }
58+ serde_regex = " 1.1.0"
59+ serde_with = " 3.8.1"
6660sha2 = { version = " 0.10" , optional = true }
67- indicatif = " 0.18.0"
61+ shellexpand = " 3"
62+ sql-builder = { workspace = true }
63+ sqlx = { workspace = true , features = [" sqlite" , " regexp" ] }
64+ strum = { version = " 0.26.2" , features = [" strum_macros" ] }
65+ strum_macros = " 0.26.3"
66+ thiserror = { workspace = true }
67+ time = { workspace = true , features = [" macros" , " formatting" , " parsing" ] }
6868tiny-bip39 = " =1.0.0"
69+ tokio = { workspace = true }
70+ typed-builder = { workspace = true }
6971
70- # theme
71- crossterm = { version = " 0.28.1" , features = [" serde" ] }
72- palette = { version = " 0.7.5" , features = [" serializing" ] }
73- lazy_static = " 1.4.0"
74- strum_macros = " 0.26.3"
75- strum = { version = " 0.26.2" , features = [" strum_macros" ] }
72+ # sync
73+ urlencoding = { version = " 2.1.0" , optional = true }
74+ uuid = { workspace = true }
75+ whoami = { workspace = true }
7676
7777[dev-dependencies ]
78- tokio = { version = " 1" , features = [" full" ] }
7978pretty_assertions = { workspace = true }
8079testing_logger = " 0.1.1"
80+ tokio = { version = " 1" , features = [" full" ] }
0 commit comments