File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
name = " socket2"
3
3
version = " 0.1.0"
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
+ license = " MIT/Apache-2.0"
6
+ readme = " README.md"
7
+ repository = " https://github.com/alexcrichton/socket2-rs"
8
+ homepage = " https://github.com/alexcrichton/socket2-rs"
9
+ documentation = " https://docs.rs/socket2"
10
+ description = """
11
+ Utilities for handling networking sockets with a maximal amount of configuration
12
+ possible intended.
13
+ """
5
14
6
15
[target ."cfg(windows)" .dependencies ]
7
16
ws2_32-sys = " 0.2"
Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/rust-lang-nursery/socket2-rs.svg?branch=master )] ( https://travis-ci.org/rust-lang-nursery/socket2-rs )
4
4
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/68vjengx3n0rg843?svg=true )] ( https://ci.appveyor.com/project/alexcrichton/socket2-rs )
5
5
6
- [ Documentation] ( http ://alexcrichton.com/socket2- rs/)
6
+ [ Documentation] ( https ://docs. rs/socket2 )
7
7
8
8
# License
9
9
You can’t perform that action at this time.
0 commit comments