1
1
[package ]
2
2
name = " containerd-shim"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
authors = [
5
- " Maksym Pavlenko <[email protected] >" ,
6
- " The containerd Authors" ,
5
+ " Maksym Pavlenko <[email protected] >" ,
6
+ " The containerd Authors" ,
7
7
]
8
8
description = " containerd shim extension"
9
9
keywords = [" containerd" , " shim" , " containers" ]
@@ -15,12 +15,7 @@ repository.workspace = true
15
15
homepage.workspace = true
16
16
17
17
[features ]
18
- async = [
19
- " async-trait" ,
20
- " containerd-shim-protos/async" ,
21
- " futures" ,
22
- " tokio" ,
23
- ]
18
+ async = [" async-trait" , " containerd-shim-protos/async" , " futures" , " tokio" ]
24
19
tracing = [" dep:tracing" ]
25
20
docs = []
26
21
@@ -39,14 +34,14 @@ go-flag = "0.1.0"
39
34
lazy_static = " 1.4.0"
40
35
sha2 = " 0.10.2"
41
36
libc.workspace = true
42
- log = { workspace = true , features = [" std" , " kv_unstable" ] }
37
+ log = { workspace = true , features = [" std" , " kv_unstable" ] }
43
38
nix = { workspace = true , features = [
44
- " ioctl" ,
45
- " fs" ,
46
- " socket" ,
47
- " signal" ,
48
- " mount" ,
49
- " sched" ,
39
+ " ioctl" ,
40
+ " fs" ,
41
+ " socket" ,
42
+ " signal" ,
43
+ " mount" ,
44
+ " sched" ,
50
45
] }
51
46
oci-spec.workspace = true
52
47
page_size = " 0.6.0"
@@ -72,13 +67,13 @@ cgroups-rs.workspace = true
72
67
[target .'cfg(windows)' .dependencies ]
73
68
mio = { version = " 1.0" , features = [" os-ext" , " os-poll" ] }
74
69
windows-sys = { version = " 0.52.0" , features = [
75
- " Win32_Foundation" ,
76
- " Win32_System_WindowsProgramming" ,
77
- " Win32_System_Console" ,
78
- " Win32_System_Pipes" ,
79
- " Win32_Security" ,
80
- " Win32_Storage_FileSystem" ,
81
- " Win32_System_Threading" ,
70
+ " Win32_Foundation" ,
71
+ " Win32_System_WindowsProgramming" ,
72
+ " Win32_System_Console" ,
73
+ " Win32_System_Pipes" ,
74
+ " Win32_Security" ,
75
+ " Win32_Storage_FileSystem" ,
76
+ " Win32_System_Threading" ,
82
77
] }
83
78
84
79
[dev-dependencies ]
0 commit comments