-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 793 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (26 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "awen"
version = "0.1.5"
edition = "2024"
description = "Terminal Intelligence Layer — Smart when you need it. Silent when you don't."
license = "MIT"
[dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
rusqlite = { version = "0.32", features = ["bundled"] }
nucleo-matcher = "0.3"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
regex = "1"
clap = { version = "4", features = ["derive"] }
dirs = "6"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
chrono = { version = "0.4", features = ["serde"] }
strsim = "0.11"
libc = "0.2"
async-trait = "0.1"
[dev-dependencies]
tempfile = "3"
async-trait = "0.1"