# 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 = "sssync" version = "0.1.1" description = "A version control system for large files backed by online blob storage" homepage = "https://github.com/aconbere/sssync" documentation = "https://github.com/aconbere/sssync/blob/main/README.md" readme = "README.md" keywords = [ "version-control", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/aconbere/sssync" [dependencies.aws-config] version = "0.12.0" [dependencies.aws-sdk-s3] version = "0.12.0" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "4.0.11" features = ["derive"] [dependencies.errno] version = "0.2" [dependencies.futures] version = "0.3.21" [dependencies.futures-executor] version = "0.3.21" [dependencies.hex] version = "0.4.3" [dependencies.libc] version = "0.2" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "1.0.0" features = [ "v4", "fast-rng", ] [dependencies.xxhash-rust] version = "0.8.3" features = ["xxh3"]