22name = " dv4lua"
33version = " 0.1.0"
44edition = " 2024"
5-
65description = " a lua-based command line tool that provides abstract user (device) interoperability"
76authors = [" km0e <kmdr.error@gmail.com>" ]
87repository = " https://github.com/km0e/dv4lua.git"
9-
8+ homepage = " https://blog.101248.xyz/zh/dv4lua/ "
109
1110[package .metadata .wix ]
1211upgrade-guid = " EE2C9595-12ED-48A2-BC03-E920E3E35D71"
@@ -16,30 +15,17 @@ eula = false
1615
1716[dependencies ]
1817clap = { version = " 4.5" , features = [" derive" ] }
18+ dv-wrap = { git = " https://github.com/km0e/dv-api" , features = [" full" ] }
19+ dv-api = { git = " https://github.com/km0e/dv-api" , features = [" full" ] }
1920home = { version = " 0.5" }
21+ mlua = { version = " 0.11" , features = [" async" , " lua54" , " vendored" ] }
22+ os2 = { version = " 0.1.0" , features = [" serde" ] }
2023serde = { version = " 1.0" , features = [" derive" ] }
21-
22- # dv-wrap = { git = "https://github.com/km0e/dv-api", features = ["full"] }
23- # dv-api = { git = "https://github.com/km0e/dv-api", features = ["full"] }
24- # os2 = { git = "https://github.com/km0e/dv-api", features = ["serde"] }
25-
26- dv-wrap = { path = " ../dv-api/dv-wrap" , features = [" full" ] }
27- dv-api = { path = " ../dv-api/dv-api/" , features = [" full" ] }
28- os2 = { path = " ../dv-api/os2/" , features = [" serde" ] }
29-
24+ thiserror = " 2.0"
25+ tokio = { version = " 1.46" , features = [" rt-multi-thread" , " macros" ] }
3026tracing = { version = " 0.1" }
3127tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
3228
33- tokio = { version = " 1.46" , features = [
34- " fs" ,
35- " io-std" ,
36- " rt-multi-thread" ,
37- " macros" ,
38- ] }
39-
40- mlua = { version = " 0.11" , features = [" async" , " lua54" , " vendored" ] }
41- thiserror = " 2.0"
42-
4329# The profile that 'dist' will build with
4430[profile .dist ]
4531inherits = " release"
0 commit comments