@@ -5,7 +5,7 @@ edition = "2018"
55authors = [
" Rain <[email protected] >" ]
66description = " Helpers to test partial, interrupted and would-block I/O operations."
77documentation = " https://docs.rs/partial-io"
8- repository = " https://github.com/facebookincubator/rust- partial-io"
8+ repository = " https://github.com/sunshowers-code/ partial-io"
99readme = " README.md"
1010keywords = [" partial" , " interrupted" , " wouldblock" , " tokio" , " quickcheck" ]
1111categories = [" development-tools::testing" , " asynchronous" ]
@@ -22,14 +22,21 @@ exclude = [
2222futures = { version = " 0.3" , optional = true }
2323pin-project = { version = " 1.0.4" , optional = true }
2424quickcheck = { version = " 1.0.3" , optional = true }
25- rand = { version = " 0.8.5" , features = [" getrandom" , " small_rng" ], optional = true }
25+ rand = { version = " 0.8.5" , features = [
26+ " getrandom" ,
27+ " small_rng" ,
28+ ], optional = true }
2629tokio = { version = " 1.21.1" , optional = true }
2730
2831[dev-dependencies ]
2932itertools = " 0.10.5"
3033lazy_static = " 1.4.0"
3134quickcheck = " 1.0.3"
32- tokio = { version = " 1.21.1" , features = [" io-util" , " macros" , " rt-multi-thread" ] }
35+ tokio = { version = " 1.21.1" , features = [
36+ " io-util" ,
37+ " macros" ,
38+ " rt-multi-thread" ,
39+ ] }
3340
3441[[example ]]
3542name = " buggy_write"
@@ -40,8 +47,5 @@ futures03 = ["futures", "pin-project"]
4047tokio1 = [" futures03" , " tokio" ]
4148quickcheck1 = [" quickcheck" , " rand" ]
4249
43- [badges ]
44- travis-ci = { repository = " facebookincubator/rust-partial-io" }
45-
4650[package .metadata .docs .rs ]
4751all-features = true
0 commit comments