Commit Diff


commit - f162396b28b8eea21d09ef0b5c8c0fa67b0ccb70
commit + 96ce496310f086af43dcb51adda52ec4bd90c89c
blob - 87a323f0cd68a2a423e03faa90aa1f49c2644dfc
blob + cad7e31e04b8b4eb657a766b3a01cc378a463cb2
--- Cargo.lock
+++ Cargo.lock
@@ -482,20 +482,6 @@ dependencies = [
 ]
 
 [[package]]
-name = "batch-cognito"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "aws-config",
- "aws-sdk-cognitoidentityprovider",
- "clap",
- "indicatif",
- "tokio",
- "tracing",
- "tracing-subscriber",
-]
-
-[[package]]
 name = "bindgen"
 version = "0.72.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -592,9 +578,9 @@ dependencies = [
 
 [[package]]
 name = "clap"
-version = "4.5.52"
+version = "4.5.53"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8"
+checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -602,9 +588,9 @@ dependencies = [
 
 [[package]]
 name = "clap_builder"
-version = "4.5.52"
+version = "4.5.53"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1"
+checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
 dependencies = [
  "anstream",
  "anstyle",
@@ -640,6 +626,20 @@ dependencies = [
 ]
 
 [[package]]
+name = "cogops"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "aws-config",
+ "aws-sdk-cognitoidentityprovider",
+ "clap",
+ "indicatif",
+ "tokio",
+ "tracing",
+ "tracing-subscriber",
+]
+
+[[package]]
 name = "colorchoice"
 version = "1.0.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
blob - fd6ea6caf5ca359d75b33fef760d598a9edcb625
blob + 14fe36be53941eeab2afa4276ffbd0d364d75013
--- Cargo.toml
+++ Cargo.toml
@@ -5,19 +5,19 @@ authors = ["murilo ijanc' <murilo@ijanc.org>"]
 edition = "2024"
 homepage = "https://ijanc.org"
 license = "ISC"
-repository = "https://github.com/ijanc/batch-cognito"
+repository = "https://got.ijanc.org/?action=summary&path=cogops"
 rust-version = "1.89.0"
-description = ""
+description = "Tool for batch ops on AWS Cognito"
 
 [dependencies]
-anyhow = "1.0.100"
-aws-config = { version = "1.8.10", features = ["behavior-version-latest"] }
-aws-sdk-cognitoidentityprovider = "1.103.0"
-clap = { version = "4.5.52", features = ["derive", "env"] }
-indicatif = "0.18.3"
-tokio = { version = "1.48.0", features = ["full"] }
-tracing = "0.1.41"
-tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
+anyhow = "=1.0.100"
+aws-config = { version = "=1.8.10", features = ["behavior-version-latest"] }
+aws-sdk-cognitoidentityprovider = "=1.103.0"
+clap = { version = "=4.5.53", features = ["derive", "env"] }
+indicatif = "=0.18.3"
+tokio = { version = "=1.48.0", features = ["full"] }
+tracing = "=0.1.41"
+tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
 
 [lints.rust]
 absolute_paths_not_starting_with_crate = "warn"