slumber-python 5.2.3__tar.gz → 5.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {slumber_python-5.2.3 → slumber_python-5.2.4}/Cargo.lock +11 -11
- {slumber_python-5.2.3 → slumber_python-5.2.4}/Cargo.toml +9 -13
- {slumber_python-5.2.3 → slumber_python-5.2.4}/PKG-INFO +1 -1
- {slumber_python-5.2.3 → slumber_python-5.2.4}/README.md +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/Cargo.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/cereal.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/default.yml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/default_old.yml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/lib.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/cereal.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/input.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/mime.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/theme.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/Cargo.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/cereal.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/models.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/recipe_tree.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/schema.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/value_template.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database/convert.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database/migrations.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database/tests.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http/curl.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http/models.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http/tests.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/lib.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render/functions.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render/tests.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render/util.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/test_util.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/util/json.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/util.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/macros/Cargo.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/macros/src/lib.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/Cargo.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/README.md +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/dev.py +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/mise.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/slumber.pyi +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/src/lib.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/tests/slumber.yml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/tests/test.py +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/uv.lock +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/Cargo.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/proptest-regressions/parse.txt +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/cereal.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/display.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/error.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/expression.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/lib.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/parse.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/test_util.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/tests.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/value.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/Cargo.toml +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/lib.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/paths.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/test_util.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/yaml/error.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/yaml/resolve.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/yaml.rs +0 -0
- {slumber_python-5.2.3 → slumber_python-5.2.4}/pyproject.toml +0 -0
|
@@ -809,7 +809,7 @@ dependencies = [
|
|
|
809
809
|
|
|
810
810
|
[[package]]
|
|
811
811
|
name = "doc_utils"
|
|
812
|
-
version = "5.2.
|
|
812
|
+
version = "5.2.4"
|
|
813
813
|
dependencies = [
|
|
814
814
|
"anyhow",
|
|
815
815
|
"clap",
|
|
@@ -3280,7 +3280,7 @@ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
|
3280
3280
|
|
|
3281
3281
|
[[package]]
|
|
3282
3282
|
name = "slumber"
|
|
3283
|
-
version = "5.2.
|
|
3283
|
+
version = "5.2.4"
|
|
3284
3284
|
dependencies = [
|
|
3285
3285
|
"anyhow",
|
|
3286
3286
|
"slumber_cli",
|
|
@@ -3292,7 +3292,7 @@ dependencies = [
|
|
|
3292
3292
|
|
|
3293
3293
|
[[package]]
|
|
3294
3294
|
name = "slumber_cli"
|
|
3295
|
-
version = "5.2.
|
|
3295
|
+
version = "5.2.4"
|
|
3296
3296
|
dependencies = [
|
|
3297
3297
|
"anyhow",
|
|
3298
3298
|
"assert_cmd",
|
|
@@ -3327,7 +3327,7 @@ dependencies = [
|
|
|
3327
3327
|
|
|
3328
3328
|
[[package]]
|
|
3329
3329
|
name = "slumber_config"
|
|
3330
|
-
version = "5.2.
|
|
3330
|
+
version = "5.2.4"
|
|
3331
3331
|
dependencies = [
|
|
3332
3332
|
"derive_more",
|
|
3333
3333
|
"dirs",
|
|
@@ -3352,7 +3352,7 @@ dependencies = [
|
|
|
3352
3352
|
|
|
3353
3353
|
[[package]]
|
|
3354
3354
|
name = "slumber_core"
|
|
3355
|
-
version = "5.2.
|
|
3355
|
+
version = "5.2.4"
|
|
3356
3356
|
dependencies = [
|
|
3357
3357
|
"async-trait",
|
|
3358
3358
|
"base64 0.22.1",
|
|
@@ -3400,7 +3400,7 @@ dependencies = [
|
|
|
3400
3400
|
|
|
3401
3401
|
[[package]]
|
|
3402
3402
|
name = "slumber_import"
|
|
3403
|
-
version = "5.2.
|
|
3403
|
+
version = "5.2.4"
|
|
3404
3404
|
dependencies = [
|
|
3405
3405
|
"anyhow",
|
|
3406
3406
|
"base64 0.22.1",
|
|
@@ -3432,7 +3432,7 @@ dependencies = [
|
|
|
3432
3432
|
|
|
3433
3433
|
[[package]]
|
|
3434
3434
|
name = "slumber_macros"
|
|
3435
|
-
version = "5.2.
|
|
3435
|
+
version = "5.2.4"
|
|
3436
3436
|
dependencies = [
|
|
3437
3437
|
"proc-macro2",
|
|
3438
3438
|
"quote",
|
|
@@ -3441,7 +3441,7 @@ dependencies = [
|
|
|
3441
3441
|
|
|
3442
3442
|
[[package]]
|
|
3443
3443
|
name = "slumber_python"
|
|
3444
|
-
version = "5.2.
|
|
3444
|
+
version = "5.2.4"
|
|
3445
3445
|
dependencies = [
|
|
3446
3446
|
"async-trait",
|
|
3447
3447
|
"dialoguer",
|
|
@@ -3455,7 +3455,7 @@ dependencies = [
|
|
|
3455
3455
|
|
|
3456
3456
|
[[package]]
|
|
3457
3457
|
name = "slumber_template"
|
|
3458
|
-
version = "5.2.
|
|
3458
|
+
version = "5.2.4"
|
|
3459
3459
|
dependencies = [
|
|
3460
3460
|
"bytes",
|
|
3461
3461
|
"derive_more",
|
|
@@ -3482,7 +3482,7 @@ dependencies = [
|
|
|
3482
3482
|
|
|
3483
3483
|
[[package]]
|
|
3484
3484
|
name = "slumber_tui"
|
|
3485
|
-
version = "5.2.
|
|
3485
|
+
version = "5.2.4"
|
|
3486
3486
|
dependencies = [
|
|
3487
3487
|
"anyhow",
|
|
3488
3488
|
"async-trait",
|
|
@@ -3524,7 +3524,7 @@ dependencies = [
|
|
|
3524
3524
|
|
|
3525
3525
|
[[package]]
|
|
3526
3526
|
name = "slumber_util"
|
|
3527
|
-
version = "5.2.
|
|
3527
|
+
version = "5.2.4"
|
|
3528
3528
|
dependencies = [
|
|
3529
3529
|
"console-subscriber",
|
|
3530
3530
|
"derive_more",
|
|
@@ -9,7 +9,7 @@ homepage = "https://slumber.lucaspickering.me"
|
|
|
9
9
|
keywords = ["rest", "http", "terminal", "tui"]
|
|
10
10
|
license = "MIT"
|
|
11
11
|
repository = "https://github.com/LucasPickering/slumber"
|
|
12
|
-
version = "5.2.
|
|
12
|
+
version = "5.2.4"
|
|
13
13
|
# Keep in sync w/ rust-toolchain.toml
|
|
14
14
|
rust-version = "1.90.0"
|
|
15
15
|
|
|
@@ -43,14 +43,14 @@ serde_json = {version = "1.0.120", default-features = false, features = ["preser
|
|
|
43
43
|
serde_json_path = "0.7.1"
|
|
44
44
|
serde_test = "1.0.176"
|
|
45
45
|
serde_yaml = {version = "0.9.0", default-features = false}
|
|
46
|
-
slumber_cli = {path = "./crates/cli", version = "5.2.
|
|
47
|
-
slumber_config = {path = "./crates/config", version = "5.2.
|
|
48
|
-
slumber_core = {path = "./crates/core", version = "5.2.
|
|
49
|
-
slumber_import = {path = "./crates/import", version = "5.2.
|
|
50
|
-
slumber_macros = {path = "./crates/macros", version = "5.2.
|
|
51
|
-
slumber_template = {path = "./crates/template", version = "5.2.
|
|
52
|
-
slumber_tui = {path = "./crates/tui", version = "5.2.
|
|
53
|
-
slumber_util = {path = "./crates/util", version = "5.2.
|
|
46
|
+
slumber_cli = {path = "./crates/cli", version = "5.2.4" }
|
|
47
|
+
slumber_config = {path = "./crates/config", version = "5.2.4", default-features = false }
|
|
48
|
+
slumber_core = {path = "./crates/core", version = "5.2.4" }
|
|
49
|
+
slumber_import = {path = "./crates/import", version = "5.2.4" }
|
|
50
|
+
slumber_macros = {path = "./crates/macros", version = "5.2.4" }
|
|
51
|
+
slumber_template = {path = "./crates/template", version = "5.2.4" }
|
|
52
|
+
slumber_tui = {path = "./crates/tui", version = "5.2.4" }
|
|
53
|
+
slumber_util = {path = "./crates/util", version = "5.2.4" }
|
|
54
54
|
strum = {version = "0.27.0", default-features = false}
|
|
55
55
|
syn = "2.0.101"
|
|
56
56
|
terminput = "0.5.3"
|
|
@@ -126,10 +126,6 @@ targets = [
|
|
|
126
126
|
"x86_64-unknown-linux-gnu",
|
|
127
127
|
"x86_64-unknown-linux-musl",
|
|
128
128
|
"x86_64-pc-windows-msvc",
|
|
129
|
-
"armv7-unknown-linux-gnueabi",
|
|
130
|
-
"armv7-unknown-linux-gnueabihf",
|
|
131
|
-
"armv7-unknown-linux-musleabi",
|
|
132
|
-
"armv7-unknown-linux-musleabihf",
|
|
133
129
|
]
|
|
134
130
|
# Publish jobs to run in CI
|
|
135
131
|
publish-jobs = ["homebrew"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/proptest-regressions/parse.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|