diff --git a/basics/basics/Cargo.toml b/basics/basics/Cargo.toml index 3fdccd7..052dac6 100644 --- a/basics/basics/Cargo.toml +++ b/basics/basics/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "basics" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/basics/docker_sample/Cargo.toml b/basics/docker_sample/Cargo.toml index f1d677e..4fe0ce1 100644 --- a/basics/docker_sample/Cargo.toml +++ b/basics/docker_sample/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "docker_sample" version = "0.1.0" -authors = ["docker_sample "] edition = "2021" [dependencies] diff --git a/basics/error_handling/Cargo.toml b/basics/error_handling/Cargo.toml index 33696b9..d5cd6ae 100644 --- a/basics/error_handling/Cargo.toml +++ b/basics/error_handling/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "error_handling" version = "1.0.0" -authors = ["dowwie "] edition = "2021" [dependencies] diff --git a/basics/hello-world/Cargo.toml b/basics/hello-world/Cargo.toml index 6c14d48..ca52a97 100644 --- a/basics/hello-world/Cargo.toml +++ b/basics/hello-world/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "hello-world" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/basics/http-proxy/Cargo.toml b/basics/http-proxy/Cargo.toml index 84078e9..c2abae7 100644 --- a/basics/http-proxy/Cargo.toml +++ b/basics/http-proxy/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "http-proxy" version = "2.0.0" -authors = ["Nikolay Kim ", "Rotem Yaari "] edition = "2021" [dependencies] diff --git a/basics/json-validation/Cargo.toml b/basics/json-validation/Cargo.toml index 6615c86..9a907c9 100644 --- a/basics/json-validation/Cargo.toml +++ b/basics/json-validation/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "awc_examples" version = "2.0.0" -authors = ["dowwie "] edition = "2021" [dependencies] diff --git a/basics/middleware-ext-mut/Cargo.toml b/basics/middleware-ext-mut/Cargo.toml index 409a3ec..a43a3ef 100644 --- a/basics/middleware-ext-mut/Cargo.toml +++ b/basics/middleware-ext-mut/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "middleware-ext-mut" version = "0.1.0" -authors = ["Eric McCarthy "] edition = "2021" [dependencies] diff --git a/basics/middleware/Cargo.toml b/basics/middleware/Cargo.toml index 20a8d30..74463ca 100644 --- a/basics/middleware/Cargo.toml +++ b/basics/middleware/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "middleware-example" version = "2.0.0" -authors = ["Gorm Casper ", "Sven-Hendrik Haase "] edition = "2021" [dependencies] diff --git a/basics/nested-routing/Cargo.toml b/basics/nested-routing/Cargo.toml index 349841e..a2c15d0 100644 --- a/basics/nested-routing/Cargo.toml +++ b/basics/nested-routing/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "async_ex2" version = "0.1.0" -authors = ["dowwie "] edition = "2021" [dependencies] @@ -9,4 +8,3 @@ actix-web = { version = "4.0.0-beta.21", features = ["openssl"] } env_logger = "0.9" serde = { version = "^1.0", features = ["derive"] } serde_json = "1.0.39" - diff --git a/basics/run-in-thread/Cargo.toml b/basics/run-in-thread/Cargo.toml index 50d3460..2f5932d 100644 --- a/basics/run-in-thread/Cargo.toml +++ b/basics/run-in-thread/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "run-in-thread" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" description = "Run actix-web in separate thread" diff --git a/basics/shutdown-server/Cargo.toml b/basics/shutdown-server/Cargo.toml index 0b414dd..1f0749d 100644 --- a/basics/shutdown-server/Cargo.toml +++ b/basics/shutdown-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "shutdown-server" version = "2.0.0" -authors = ["Rob Ede "] edition = "2021" description = "Send a request to the server to shut it down" diff --git a/basics/state/Cargo.toml b/basics/state/Cargo.toml index 2e15b83..56678e3 100644 --- a/basics/state/Cargo.toml +++ b/basics/state/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "state" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/basics/static_index/Cargo.toml b/basics/static_index/Cargo.toml index e38c6cf..35da05d 100644 --- a/basics/static_index/Cargo.toml +++ b/basics/static_index/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "static_index" version = "2.0.0" -authors = ["Jose Marinez "] edition = "2021" [dependencies] diff --git a/basics/todo/Cargo.toml b/basics/todo/Cargo.toml index 5a8a808..7e97a75 100644 --- a/basics/todo/Cargo.toml +++ b/basics/todo/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Dan Munckton "] name = "actix-todo" version = "2.0.0" edition = "2021" diff --git a/database_interactions/basic/Cargo.toml b/database_interactions/basic/Cargo.toml index 549470d..f0b4b91 100644 --- a/database_interactions/basic/Cargo.toml +++ b/database_interactions/basic/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "async_db" version = "2.0.0" -authors = ["Darin Gordon "] edition = "2021" [dependencies] diff --git a/database_interactions/diesel/Cargo.toml b/database_interactions/diesel/Cargo.toml index c0cedb0..578afe2 100644 --- a/database_interactions/diesel/Cargo.toml +++ b/database_interactions/diesel/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "diesel-example" version = "1.0.0" -authors = [ - "Nikolay Kim ", - "Rob Ede ", -] edition = "2021" [dependencies] diff --git a/database_interactions/mongodb/Cargo.toml b/database_interactions/mongodb/Cargo.toml index 9998832..5a77c06 100644 --- a/database_interactions/mongodb/Cargo.toml +++ b/database_interactions/mongodb/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "mongodb" version = "0.1.0" -authors = ["Isabel Atkinson "] edition = "2021" [dependencies] diff --git a/database_interactions/pg/Cargo.toml b/database_interactions/pg/Cargo.toml index 28c0a25..7180b80 100644 --- a/database_interactions/pg/Cargo.toml +++ b/database_interactions/pg/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "async_pg" version = "0.1.0" -authors = ["dowwie "] edition = "2021" [dependencies] diff --git a/database_interactions/r2d2/Cargo.toml b/database_interactions/r2d2/Cargo.toml index 41ceb77..6171fc2 100644 --- a/database_interactions/r2d2/Cargo.toml +++ b/database_interactions/r2d2/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r2d2-example" version = "1.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/database_interactions/redis/Cargo.toml b/database_interactions/redis/Cargo.toml index 1ab5719..623c8de 100644 --- a/database_interactions/redis/Cargo.toml +++ b/database_interactions/redis/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "actix_redis" version = "1.0.0" -authors = ["dowwie "] edition = "2021" [dependencies] diff --git a/database_interactions/simple-auth-server/Cargo.toml b/database_interactions/simple-auth-server/Cargo.toml index fe27500..eab80da 100644 --- a/database_interactions/simple-auth-server/Cargo.toml +++ b/database_interactions/simple-auth-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "simple-auth-server" version = "2.0.0" -authors = ["mygnu "] edition = "2021" workspace = "../.." diff --git a/database_interactions/sqlx_todo/Cargo.toml b/database_interactions/sqlx_todo/Cargo.toml index f50f2c8..bccfa73 100644 --- a/database_interactions/sqlx_todo/Cargo.toml +++ b/database_interactions/sqlx_todo/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "sqlx_todo" version = "0.1.0" -authors = ["Milan Zivkovic "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/forms/form/Cargo.toml b/forms/form/Cargo.toml index a31c929..8c94e90 100644 --- a/forms/form/Cargo.toml +++ b/forms/form/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "form-example" version = "1.0.0" -authors = ["Gorm Casper "] edition = "2021" [dependencies] diff --git a/forms/multipart-s3/Cargo.toml b/forms/multipart-s3/Cargo.toml index ecb98ed..b1b4d67 100644 --- a/forms/multipart-s3/Cargo.toml +++ b/forms/multipart-s3/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "multipart-s3" version = "0.1.0" -authors = ["cheolgyu <38715510+cheolgyu@users.noreply.github.com>"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/forms/multipart/Cargo.toml b/forms/multipart/Cargo.toml index 9025ea8..6ea806a 100644 --- a/forms/multipart/Cargo.toml +++ b/forms/multipart/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "multipart-example" version = "0.3.0" -authors = ["Bevan Hunt "] edition = "2021" license = "MIT" description = "Simple file uploader in Actix Web with Async/Await" diff --git a/graphql/graphql-demo/Cargo.toml b/graphql/graphql-demo/Cargo.toml index 1c4e889..563157c 100644 --- a/graphql/graphql-demo/Cargo.toml +++ b/graphql/graphql-demo/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "async-graphql-demo" version = "0.1.0" -authors = ["sunli "] edition = "2021" [dependencies] diff --git a/graphql/juniper-advanced/Cargo.toml b/graphql/juniper-advanced/Cargo.toml index 01f6b9c..182f180 100644 --- a/graphql/juniper-advanced/Cargo.toml +++ b/graphql/juniper-advanced/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "juniper-advanced" version = "2.0.0" -authors = ["Dwi Sulfahnur "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/graphql/juniper/Cargo.toml b/graphql/juniper/Cargo.toml index 09db0cc..f935421 100644 --- a/graphql/juniper/Cargo.toml +++ b/graphql/juniper/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "juniper-example" version = "0.2.0" -authors = ["pyros2097 "] edition = "2021" [dependencies] diff --git a/json/json/Cargo.toml b/json/json/Cargo.toml index 8a8db96..15a0b6f 100644 --- a/json/json/Cargo.toml +++ b/json/json/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "json-example" version = "0.1.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/json/json_decode_error/Cargo.toml b/json/json_decode_error/Cargo.toml index 758654a..6cb071d 100644 --- a/json/json_decode_error/Cargo.toml +++ b/json/json_decode_error/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "json_decode_error" version = "0.1.0" -authors = ["Stig Johan Berggren "] edition = "2021" [dependencies] diff --git a/json/json_error/Cargo.toml b/json/json_error/Cargo.toml index 721529f..60c3b2d 100644 --- a/json/json_error/Cargo.toml +++ b/json/json_error/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "json_error" version = "1.0.0" -authors = ["Kai Yao "] edition = "2021" [dependencies] diff --git a/json/jsonrpc/Cargo.toml b/json/jsonrpc/Cargo.toml index c737a56..0ca136f 100644 --- a/json/jsonrpc/Cargo.toml +++ b/json/jsonrpc/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "jsonrpc-example" version = "2.0.0" -authors = ["mohanson "] edition = "2021" [dependencies] diff --git a/other/data_factory/Cargo.toml b/other/data_factory/Cargo.toml index 3f83734..1f4b935 100644 --- a/other/data_factory/Cargo.toml +++ b/other/data_factory/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "async_data_factory" version = "0.1.0" -authors = ["fakeshadow <24548779@qq.com>"] edition = "2021" [dependencies] diff --git a/other/protobuf/Cargo.toml b/other/protobuf/Cargo.toml index 674cc67..c93b74f 100644 --- a/other/protobuf/Cargo.toml +++ b/other/protobuf/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "protobuf-example" version = "0.2.0" -authors = ["kingxsp , Yuki Okushi "] edition = "2021" [dependencies] diff --git a/other/server-sent-events/Cargo.toml b/other/server-sent-events/Cargo.toml index 773a175..8b9f0e9 100644 --- a/other/server-sent-events/Cargo.toml +++ b/other/server-sent-events/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "server-sent-events" version = "1.0.0" -authors = ["Arve Seljebu"] edition = "2021" [dependencies] diff --git a/other/unix-socket/Cargo.toml b/other/unix-socket/Cargo.toml index fbdb375..f89f52c 100644 --- a/other/unix-socket/Cargo.toml +++ b/other/unix-socket/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "unix-socket" version = "1.0.0" -authors = ["Messense Lv "] edition = "2021" [dependencies] diff --git a/security/awc_https/Cargo.toml b/security/awc_https/Cargo.toml index f7f6ed7..42342f7 100644 --- a/security/awc_https/Cargo.toml +++ b/security/awc_https/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "awc_https" version = "0.1.0" -authors = ["dowwie "] edition = "2021" [dependencies] diff --git a/security/casbin/Cargo.toml b/security/casbin/Cargo.toml index 4ba15b0..42ee106 100644 --- a/security/casbin/Cargo.toml +++ b/security/casbin/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "actix-casbin-example" version = "0.1.0" -authors = ["Chojan Shang "] edition = "2021" [dependencies] diff --git a/security/openssl/Cargo.toml b/security/openssl/Cargo.toml index 2b8fa34..5bc2658 100644 --- a/security/openssl/Cargo.toml +++ b/security/openssl/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "openssl-example" version = "0.2.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/security/rustls-client-cert/Cargo.toml b/security/rustls-client-cert/Cargo.toml index 5f2ee51..6ccf768 100644 --- a/security/rustls-client-cert/Cargo.toml +++ b/security/rustls-client-cert/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustls-client-cert" version = "1.0.0" -authors = ["Rob Ede "] edition = "2021" [dependencies] diff --git a/security/rustls/Cargo.toml b/security/rustls/Cargo.toml index 265308c..831a202 100644 --- a/security/rustls/Cargo.toml +++ b/security/rustls/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustls-example" version = "1.0.0" -authors = ["Nikolay Kim "] edition = "2021" [[bin]] diff --git a/security/web-cors/backend/Cargo.toml b/security/web-cors/backend/Cargo.toml index 9363810..79ad050 100644 --- a/security/web-cors/backend/Cargo.toml +++ b/security/web-cors/backend/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "actix-web-cors" version = "1.0.0" -authors = ["krircc "] edition = "2021" [dependencies] diff --git a/session/cookie-auth/Cargo.toml b/session/cookie-auth/Cargo.toml index bb8adbf..f9385a2 100644 --- a/session/cookie-auth/Cargo.toml +++ b/session/cookie-auth/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cookie-auth" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/session/cookie-session/Cargo.toml b/session/cookie-session/Cargo.toml index 2fee70a..29ce8d7 100644 --- a/session/cookie-session/Cargo.toml +++ b/session/cookie-session/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cookie-session" version = "1.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/session/redis-session/Cargo.toml b/session/redis-session/Cargo.toml index d7776a2..fcdff33 100644 --- a/session/redis-session/Cargo.toml +++ b/session/redis-session/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "redis_session" version = "2.0.0" -authors = ["Nikolay Kim ", "dowwie "] edition = "2021" [dependencies] diff --git a/template_engines/askama/Cargo.toml b/template_engines/askama/Cargo.toml index c45fd21..3854070 100644 --- a/template_engines/askama/Cargo.toml +++ b/template_engines/askama/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "template-askama" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/template_engines/handlebars/Cargo.toml b/template_engines/handlebars/Cargo.toml index d905416..09546af 100644 --- a/template_engines/handlebars/Cargo.toml +++ b/template_engines/handlebars/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "template_handlebars" version = "1.0.0" -authors = ["Alexandru Tiniuc "] edition = "2021" [dependencies] diff --git a/template_engines/tera/Cargo.toml b/template_engines/tera/Cargo.toml index 251dd01..9f696fc 100644 --- a/template_engines/tera/Cargo.toml +++ b/template_engines/tera/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "template-tera" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [dependencies] diff --git a/template_engines/tinytemplate/Cargo.toml b/template_engines/tinytemplate/Cargo.toml index af94836..5705817 100644 --- a/template_engines/tinytemplate/Cargo.toml +++ b/template_engines/tinytemplate/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "template-tinytemplate" version = "2.0.0" -authors = ["Hanif Bin Ariffin "] edition = "2021" [dependencies] diff --git a/template_engines/yarte/Cargo.toml b/template_engines/yarte/Cargo.toml index 69a9eb4..e4ab597 100644 --- a/template_engines/yarte/Cargo.toml +++ b/template_engines/yarte/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "template_yarte" version = "0.0.1" -authors = ["Juan Aguilar Santillana "] publish = false edition = "2021" diff --git a/websockets/autobahn/Cargo.toml b/websockets/autobahn/Cargo.toml index 9ed21e5..dac0998 100644 --- a/websockets/autobahn/Cargo.toml +++ b/websockets/autobahn/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "websocket-autobahn" version = "2.0.0" -authors = ["Mark Lodato ", - "Rob Ede ", -] edition = "2021" [[bin]] diff --git a/websockets/chat/Cargo.toml b/websockets/chat/Cargo.toml index cda9bf6..5679d60 100644 --- a/websockets/chat/Cargo.toml +++ b/websockets/chat/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "websocket-example" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [[bin]] diff --git a/websockets/tcp-chat/Cargo.toml b/websockets/tcp-chat/Cargo.toml index 0fc93ae..b6b50ef 100644 --- a/websockets/tcp-chat/Cargo.toml +++ b/websockets/tcp-chat/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "websocket-tcp-example" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [[bin]] diff --git a/websockets/websocket/Cargo.toml b/websockets/websocket/Cargo.toml index bb593bb..718e60e 100644 --- a/websockets/websocket/Cargo.toml +++ b/websockets/websocket/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "websocket" version = "2.0.0" -authors = ["Nikolay Kim "] edition = "2021" [[bin]]