mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +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"
|
readme = "README.md"
|
||||||
keywords = ["cors", "web", "framework"]
|
keywords = ["cors", "web", "framework"]
|
||||||
homepage = "https://actix.rs"
|
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/"
|
documentation = "https://docs.rs/actix-cors/"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2018"
|
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."
|
description = "Protobuf support for actix-web framework."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["actix"]
|
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"
|
license = "MIT/Apache-2.0"
|
||||||
exclude = [".travis.yml", ".cargo/config", "/examples/**"]
|
exclude = [".cargo/config", "/examples/**"]
|
||||||
|
|
||||||
[badges]
|
|
||||||
travis-ci = { repository = "actix/actix-protobuf", branch = "master" }
|
|
||||||
codecov = { repository = "actix/actix-protobuf", branch = "master", service = "github" }
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "actix_protobuf"
|
name = "actix_protobuf"
|
||||||
|
@ -6,8 +6,8 @@ description = "Redis integration for actix framework"
|
|||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["web", "redis", "async", "actix", "tokio"]
|
keywords = ["web", "redis", "async", "actix", "tokio"]
|
||||||
homepage = "https://github.com/actix/actix-redis"
|
homepage = "https://github.com/actix/actix-extras"
|
||||||
repository = "https://github.com/actix/actix-redis.git"
|
repository = "https://github.com/actix/actix-extras.git"
|
||||||
documentation = "https://docs.rs/actix-redis/"
|
documentation = "https://docs.rs/actix-redis/"
|
||||||
categories = ["network-programming", "asynchronous"]
|
categories = ["network-programming", "asynchronous"]
|
||||||
exclude = [".travis.yml", ".cargo/config"]
|
exclude = [".travis.yml", ".cargo/config"]
|
||||||
@ -17,10 +17,6 @@ edition = "2018"
|
|||||||
name = "actix_redis"
|
name = "actix_redis"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[badges]
|
|
||||||
travis-ci = { repository = "actix/actix-redis", branch = "master" }
|
|
||||||
codecov = { repository = "actix/actix-redis", branch = "master", service = "github" }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["web"]
|
default = ["web"]
|
||||||
|
|
||||||
|
@ -5,12 +5,11 @@ authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>
|
|||||||
description = "HTTP authentication schemes for actix-web"
|
description = "HTTP authentication schemes for actix-web"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["http", "web", "framework"]
|
keywords = ["http", "web", "framework"]
|
||||||
homepage = "https://github.com/actix/actix-web-httpauth"
|
homepage = "https://github.com/actix/actix-extras"
|
||||||
repository = "https://github.com/actix/actix-web-httpauth.git"
|
repository = "https://github.com/actix/actix-extras.git"
|
||||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||||
categories = ["web-programming::http-server"]
|
categories = ["web-programming::http-server"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
exclude = [".github/*"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user