From dc0c66bc3c1cfa30cc29918211998f09cc7e9e33 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 29 Apr 2023 10:33:14 +0200 Subject: [PATCH] Ready for first release --- Cargo.lock | 2 +- Cargo.toml | 7 ++++++- README.md | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/Cargo.lock b/Cargo.lock index 967bb63..7d0f3e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "actix-remote-ip" -version = "0.1.0" +version = "0.1.0-alpha" dependencies = [ "actix-web", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 047f40c..2059ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "actix-remote-ip" -version = "0.1.0" +version = "0.1.0-alpha" edition = "2021" +authors = ["Pierre HUBERT "] +description = "Tiny extractor to get real client IP address, parsing X-Forwarded-For header" +readme = "README.md" +license = "GPL-2.0-or-later" +repository = "https://gitea.communiquons.org/pierre/actix-remote-ip" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..3822334 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Actix Remote IP extractor +Tiny extractor of remote user IP address