File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ name = "versionize"
3
3
version = " 0.1.1"
4
4
license = " Apache-2.0"
5
5
authors = [" Amazon Firecracker team <firecracker-devel@amazon.com>" ]
6
+ description = " A version tolerant serialization/deserialization framework."
7
+ readme = " README.md"
8
+ repository = " https://github.com/firecracker-microvm/versionize"
9
+ keywords = [" serialization" , " version" ]
10
+ categories = [" encoding" ]
6
11
7
12
[dependencies ]
8
13
serde = " >=1.0.27"
9
14
serde_derive = " >=1.0.27"
10
15
bincode = " 1.2.1"
11
- versionize_derive = { git = " https://github.com/firecracker-microvm/versionize_derive " , tag = " v0 .1.0 " }
16
+ versionize_derive = " >=0 .1.1 "
12
17
crc64 = " 1.0.0"
13
18
vm-memory = { version = " >=0.2.0" }
14
19
vmm-sys-util = " >=0.4.0"
@@ -17,4 +22,3 @@ vmm-sys-util = ">=0.4.0"
17
22
proc-macro2 = " >=1.0"
18
23
quote = " >=1.0"
19
24
syn = { version = " >=1.0.13" , features =[" default" ," full" ]}
20
- versionize_derive = { git = " https://github.com/firecracker-microvm/versionize_derive" , tag = " v0.1.0" }
Original file line number Diff line number Diff line change 1
- {"coverage_score" : 92.2 , "exclude_path" : " " , "crate_features" : " " }
1
+ {"coverage_score" : 92.3 , "exclude_path" : " " , "crate_features" : " " }
You can’t perform that action at this time.
0 commit comments