# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.80.0" name = "lists3" version = "0.0.3" authors = ["Vignesh Rao"] build = false exclude = [ ".github", ".gitignore", "README.md", ] include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Light-weight CLI tool to create a file browser for S3 buckets provisioning bucket listing." homepage = "https://github.com/thevickypedia/lists3" documentation = "https://docs.rs/lists3/latest/lists3" readme = "README.md" keywords = [ "s3-filebrowser", "bucket-listing", ] categories = [ "filesystem", "embedded", "development-tools", "visualization", ] license = "MIT" repository = "https://github.com/thevickypedia/lists3" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [lib] name = "lists3" path = "src/lib.rs" [[bin]] name = "lists3" path = "src/main.rs" [dependencies.aws-config] version = "1.5.4" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.42.0" features = ["behavior-version-latest"] [dependencies.minijinja] version = "2.1.0" features = ["loader"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.url] version = "2.5.2"