From d8f3f94ece6b3f36b4ffaaffe23cd803007f64a3 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 30 Jan 2020 18:08:20 +0900 Subject: [PATCH] Clean up metadata --- actix-cors/Cargo.toml | 2 +- actix-protobuf/Cargo.toml | 9 +++------ actix-redis/Cargo.toml | 8 ++------ actix-web-httpauth/Cargo.toml | 5 ++--- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 4e1a87043..c92422ddf 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -6,7 +6,7 @@ description = "Cross-origin resource sharing (CORS) for actix-web applications." readme = "README.md" keywords = ["cors", "web", "framework"] homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-web.git" +repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-cors/" license = "MIT/Apache-2.0" edition = "2018" diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 20011321d..fed4da57d 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -6,13 +6,10 @@ authors = ["kingxsp , Yuki Okushi description = "Protobuf support for actix-web framework." readme = "README.md" keywords = ["actix"] -homepage = "https://github.com/actix/actix-protobuf" +homepage = "https://github.com/actix/actix-extras" +repository = "https://github.com/actix/actix-extras.git" license = "MIT/Apache-2.0" -exclude = [".travis.yml", ".cargo/config", "/examples/**"] - -[badges] -travis-ci = { repository = "actix/actix-protobuf", branch = "master" } -codecov = { repository = "actix/actix-protobuf", branch = "master", service = "github" } +exclude = [".cargo/config", "/examples/**"] [lib] name = "actix_protobuf" diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index b944f1692..0c851394e 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -6,8 +6,8 @@ description = "Redis integration for actix framework" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["web", "redis", "async", "actix", "tokio"] -homepage = "https://github.com/actix/actix-redis" -repository = "https://github.com/actix/actix-redis.git" +homepage = "https://github.com/actix/actix-extras" +repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-redis/" categories = ["network-programming", "asynchronous"] exclude = [".travis.yml", ".cargo/config"] @@ -17,10 +17,6 @@ edition = "2018" name = "actix_redis" path = "src/lib.rs" -[badges] -travis-ci = { repository = "actix/actix-redis", branch = "master" } -codecov = { repository = "actix/actix-redis", branch = "master", service = "github" } - [features] default = ["web"] diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 55502aee6..abac9f912 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -5,12 +5,11 @@ authors = ["svartalf ", "Yuki Okushi description = "HTTP authentication schemes for actix-web" readme = "README.md" keywords = ["http", "web", "framework"] -homepage = "https://github.com/actix/actix-web-httpauth" -repository = "https://github.com/actix/actix-web-httpauth.git" +homepage = "https://github.com/actix/actix-extras" +repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-web-httpauth/" categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" -exclude = [".github/*"] edition = "2018" [lib]