File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lists3"
3
- version = " 0.0.2 "
4
- description = " Service that creates object listing functionality for S3 buckets"
3
+ version = " 0.0.3 "
4
+ description = " Light-weight CLI tool to create a file browser for S3 buckets provisioning bucket listing. "
5
5
edition = " 2021"
6
6
authors = [" Vignesh Rao" ]
7
7
license = " MIT"
8
- rust-version = " 1.79 .0"
9
- documentation = " https://docs.rs/crate /lists3"
8
+ rust-version = " 1.80 .0"
9
+ documentation = " https://docs.rs/lists3/latest /lists3"
10
10
homepage = " https://github.com/thevickypedia/lists3"
11
11
repository = " https://github.com/thevickypedia/lists3"
12
12
keywords = [" s3-filebrowser" , " bucket-listing" ]
@@ -32,7 +32,7 @@ rustdoc-args = ["--document-private-items"]
32
32
[dependencies ]
33
33
minijinja = { version = " 2.1.0" , features = [" loader" ] }
34
34
url = " 2.5.2"
35
- serde = { version = " 1.0.202 " , features = [" derive" ] }
35
+ serde = { version = " 1.0.204 " , features = [" derive" ] }
36
36
serde_json = " 1.0.121"
37
37
aws-sdk-s3 = { version = " 1.42.0" , features = [" behavior-version-latest" ] }
38
38
aws-config = { version = " 1.5.4" , features = [" behavior-version-latest" ] }
Original file line number Diff line number Diff line change 12
12
<details >
13
13
<summary ><strong >Download pre-compiled OS specific executable</strong ></summary >
14
14
15
- ###### macOS
15
+ ###### macOS (Intel)
16
16
``` shell
17
17
curl -o lists3-darwin-amd64.tar.gz -LH " Accept: application/octet-stream" " https://github.com/thevickypedia/lists3/releases/latest/download/lists3-darwin-amd64.tar.gz"
18
18
```
19
19
20
- ###### macOS - M1
20
+ ###### macOS (M1)
21
21
``` shell
22
22
curl -o lists3-darwin-arm64.tar.gz -LH " Accept: application/octet-stream" " https://github.com/thevickypedia/lists3/releases/latest/download/lists3-darwin-arm64.tar.gz"
23
23
```
@@ -27,10 +27,15 @@ curl -o lists3-darwin-arm64.tar.gz -LH "Accept: application/octet-stream" "https
27
27
curl -o lists3-linux-amd64.tar.gz -LH " Accept: application/octet-stream" " https://github.com/thevickypedia/lists3/releases/latest/download/lists3-linux-amd64.tar.gz"
28
28
```
29
29
30
- ###### Windows
30
+ ###### Windows (curl)
31
31
``` shell
32
32
curl -o lists3-windows-amd64.zip -LH " Accept: application/octet-stream" " https://github.com/thevickypedia/lists3/releases/latest/download/lists3-windows-amd64.zip"
33
33
```
34
+
35
+ ###### Windows (Invoke-WebRequest)
36
+ ``` shell
37
+ Invoke-WebRequest -Uri https://github.com/thevickypedia/lists3/releases/latest/download/lists3-windows-amd64.zip -OutFile lists3-windows-amd64.zip
38
+ ```
34
39
</details >
35
40
36
41
### Arguments
@@ -57,7 +62,7 @@ curl -o lists3-windows-amd64.zip -LH "Accept: application/octet-stream" "https:/
57
62
[ https://crates.io/crates/lists3 ] [ crate ]
58
63
59
64
### Cargo Docs - Official Runbook
60
- [ https://docs.rs/crate /lists3 ] [ docs ]
65
+ [ https://docs.rs/lists3/latest /lists3 ] [ docs ]
61
66
62
67
** Generator**
63
68
``` shell
@@ -89,4 +94,4 @@ Licensed under the [MIT License][license]
89
94
[ crate ] : https://crates.io/crates/lists3
90
95
[ gh-checks ] : https://github.com/thevickypedia/lists3/actions/workflows/rust.yml
91
96
[ crates-logo ] : https://img.shields.io/crates/v/lists3.svg
92
- [ docs ] : https://docs.rs/crate /lists3
97
+ [ docs ] : https://docs.rs/lists3/latest /lists3
You can’t perform that action at this time.
0 commit comments