-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
47 lines (45 loc) · 1.09 KB
/
Cargo.toml
File metadata and controls
47 lines (45 loc) · 1.09 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[workspace]
resolver = "2"
members = [
"crates/jilebi",
"crates/jilebi_types",
"crates/plugin-runtime",
"crates/store",
]
package.version = "0.5.2"
[workspace.dependencies]
chrono = "0.4.42"
tokio = { version = "1.44.1", features = ["full"] }
strum = "0.27.1"
strum_macros = "0.27.1"
derive_more = { version = "2.0.1", features = ["full"] }
dotenvy = "0.15.7"
serde = "1.0.219"
serde_json = "1.0.140"
toml = "0.8.20"
tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
rmcp = { version = "0.12.0", features = [
"server",
"transport-io",
"transport-streamable-http-server",
"auth"
] }
rustyscript = { version = "0.12.2", default-features = false, features = [
"fs",
"web",
] }
deno_core = "0.355.0"
rusqlite = { version = "0.37.0", features = ["bundled"] }
directories = "=6.0.0"
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.103.0"
reqwest = "=0.12.8"
keyring = { version = "3.6.3", features = [
"apple-native",
"windows-native",
"linux-native",
] }
jsonschema = "0.33.0"
semver = "=1.0.27"