diff --git a/actix-codec/Cargo.toml b/actix-codec/Cargo.toml index d0f6646d..95a24764 100644 --- a/actix-codec/Cargo.toml +++ b/actix-codec/Cargo.toml @@ -6,7 +6,7 @@ description = "Codec utilities for working with framed protocols" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-codec/" +documentation = "https://docs.rs/actix-codec" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 9e52d508..5da49b16 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -3,8 +3,8 @@ name = "actix-macros" version = "0.2.0" authors = ["Nikolay Kim "] description = "Macros for Actix system and runtime" -repository = "https://github.com/actix/actix-net" -documentation = "https://docs.rs/actix-macros/" +repository = "https://github.com/actix/actix-net.git" +documentation = "https://docs.rs/actix-macros" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 4277cabf..2446fc1b 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -6,7 +6,7 @@ description = "Resource path matching library" keywords = ["actix"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-router/" +documentation = "https://docs.rs/actix-router" license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index f499d657..79513580 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -9,7 +9,7 @@ description = "Tokio-based single-threaded async runtime for the Actix ecosystem keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-rt/" +documentation = "https://docs.rs/actix-rt" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index e408b8b1..a5f112b4 100755 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -9,7 +9,7 @@ description = "General purpose TCP server built for the Actix ecosystem" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-server/" +documentation = "https://docs.rs/actix-server" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" exclude = [".gitignore", ".cargo/config"] diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index c341bc9e..5e900c71 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -6,7 +6,7 @@ description = "TLS acceptor and connector services for Actix ecosystem" keywords = ["network", "tls", "ssl", "async", "transport"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-tls/" +documentation = "https://docs.rs/actix-tls" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-tracing/Cargo.toml b/actix-tracing/Cargo.toml index 09a807d2..605ddce9 100644 --- a/actix-tracing/Cargo.toml +++ b/actix-tracing/Cargo.toml @@ -6,7 +6,7 @@ description = "Support for tokio tracing with Actix services" keywords = ["network", "framework", "tracing"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-tracing/" +documentation = "https://docs.rs/actix-tracing" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index d9c69bd8..468cb8d7 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -6,7 +6,7 @@ description = "Various network related services and utilities for the Actix ecos keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/actix-utils/" +documentation = "https://docs.rs/actix-utils" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 6af76031..3e53417c 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["string", "bytes", "utf8", "web", "actix"] categories = ["no-std", "web-programming"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" -documentation = "https://docs.rs/bytestring/" +documentation = "https://docs.rs/bytestring" license = "MIT OR Apache-2.0" edition = "2018"