mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
Clean up metadata
This commit is contained in:
parent
a0337d7851
commit
d8f3f94ece
@ -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"
|
||||
|
@ -6,13 +6,10 @@ authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>
|
||||
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"
|
||||
|
@ -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"]
|
||||
|
||||
|
@ -5,12 +5,11 @@ authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user