# 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" name = "cync" version = "0.1.3" authors = ["Adi Subramanian"] description = "CLI for private file management" homepage = "https://github.com/JuiceDrinker/cync" readme = "README.md" categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/JuiceDrinker/cync" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.4.0" [dependencies.aws-smithy-async] version = "1.2.1" [dependencies.aws-smithy-runtime-api] version = "1.7.1" features = ["client"] [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.home] version = "0.5.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.ratatui] version = "0.26.3" [dependencies.requestty] version = "0.5.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.unicode-width] version = "0.1.12" [dependencies.xdg] version = "2.5.2"