From bfaddb2da5a429b5ec4892c28b6e30b192c36a1a Mon Sep 17 00:00:00 2001 From: Sunli Date: Sun, 18 Oct 2020 10:40:09 +0800 Subject: [PATCH] Remove unnecessary Cargo configuration items. --- Cargo.toml | 1 - derive/Cargo.toml | 1 - integrations/actix-web/Cargo.toml | 1 - integrations/tide/Cargo.toml | 1 - parser/Cargo.toml | 1 - value/Cargo.toml | 1 - 6 files changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc0e5184..be3fe52c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.4" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "A GraphQL server library implemented in Rust" -publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 3408f3e1..f556bd0b 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.4" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "Macros for async-graphql" -publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql" diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 46964040..22304c0c 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.4" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "async-graphql for actix-web" -publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql-actix-web/" homepage = "https://github.com/async-graphql/async-graphql" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index a46b0517..60384bc1 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.4" authors = ["vkill "] edition = "2018" description = "async-graphql for tide" -publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql-tide/" homepage = "https://github.com/async-graphql/async-graphql" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index f59d0046..16941041 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.4" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "GraphQL query parser for async-graphql" -publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql" diff --git a/value/Cargo.toml b/value/Cargo.toml index 1805d103..3d083be3 100644 --- a/value/Cargo.toml +++ b/value/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.4" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "GraphQL value for async-graphql" -publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql"