diff --git a/Cargo.toml b/Cargo.toml index 3fbbaa902..16cd3f71d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,21 +5,16 @@ name = "tokio-process" # - Update CHANGELOG.md. # - Create "X.Y.Z" git tag. version = "0.2.4" -authors = ["Alex Crichton ", "Ivan Petkov "] -license = "MIT/Apache-2.0" -repository = "https://github.com/alexcrichton/tokio-process" -homepage = "https://github.com/alexcrichton/tokio-process" -documentation = "https://docs.rs/tokio-process" +authors = ["Tokio Contributors "] +license = "MIT" +repository = "https://github.com/tokio-rs/tokio" +homepage = "https://github.com/tokio-rs/tokio" +documentation = "https://docs.rs/tokio-process/0.2.4/tokio_process" description = """ An implementation of an asynchronous process management backed futures. """ categories = ["asynchronous"] -[badges] -travis-ci = { repository = "alexcrichton/tokio-process" } -appveyor = { repository = "alexcrichton/tokio-process" } -codecov = { repository = "alexcrichton/tokio-process" } - [dependencies] futures = "0.1.11" tokio-io = "0.1"