# 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.79.0" name = "stu" version = "0.6.5" authors = ["Kyosuke Fujimoto "] build = false exclude = [ "/.github", "/img", "/tool", "go.work*", "Makefile", "_config.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "TUI application for AWS S3 written in Rust using ratatui" homepage = "https://github.com/lusingander/stu" readme = "README.md" keywords = [ "s3", "aws", "cli", "tui", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lusingander/stu" [[bin]] name = "stu" path = "src/main.rs" [dependencies.ansi-to-tui] version = "7.0.0" [dependencies.anyhow] version = "1.0.91" [dependencies.arboard] version = "3.4.1" [dependencies.aws-config] version = "1.5.9" [dependencies.aws-sdk-s3] version = "1.58.0" [dependencies.aws-smithy-types] version = "1.2.8" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.humansize] version = "2.1.3" [dependencies.image] version = "0.25.4" [dependencies.infer] version = "0.16.0" [dependencies.itsuki] version = "0.2.0" [dependencies.once_cell] version = "1.20.2" [dependencies.open] version = "5.3.0" [dependencies.ratatui] version = "0.29.0" features = ["unstable-widget-ref"] [dependencies.ratatui-image] version = "3.0.0" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.smart-default] version = "0.7.1" [dependencies.syntect] version = "5.2.0" features = ["default-fancy"] default-features = false [dependencies.textwrap] version = "0.16.1" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["chrono"] [dependencies.tui-input] version = "0.11.0" [dependencies.umbra] version = "0.1.0" [dev-dependencies.rstest] version = "0.23.0" [features] imggen = [] [lints.clippy] comparison_chain = "allow"