diff --git a/Cargo.toml b/Cargo.toml index a181367f..28513e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "socket2" version = "0.1.0" authors = ["Alex Crichton "] +license = "MIT/Apache-2.0" +readme = "README.md" +repository = "https://github.com/alexcrichton/socket2-rs" +homepage = "https://github.com/alexcrichton/socket2-rs" +documentation = "https://docs.rs/socket2" +description = """ +Utilities for handling networking sockets with a maximal amount of configuration +possible intended. +""" [target."cfg(windows)".dependencies] ws2_32-sys = "0.2" diff --git a/README.md b/README.md index 2e370dec..dbb9e346 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/rust-lang-nursery/socket2-rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/socket2-rs) [![Build status](https://ci.appveyor.com/api/projects/status/68vjengx3n0rg843?svg=true)](https://ci.appveyor.com/project/alexcrichton/socket2-rs) -[Documentation](http://alexcrichton.com/socket2-rs/) +[Documentation](https://docs.rs/socket2) # License