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