# 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 = "2018" name = "s3d" version = "0.0.1-alpha4" authors = ["guymguym"] description = "s3d is an S3 daemon for the Edge written in Rust. The goal of s3d is to provide a daemon for edge platforms (e.g. factory servers 🏭 planes 🛩 ships 🚢 cars 🏎 laptops 💻 mobile devices 📱 wearables ⌚ ...) that connect to a central object storage (aka Hub). Since edge applications operate in subideal environments (high latency network, disconnections, hardware failures, eavesdropping, ...), s3d aims to make the applications run smoothly while it handles the flows of data, security, networking, local capacity, metadata caching, write queueing, etc." homepage = "https://github.com/s3d-rs/s3d" keywords = ["s3", "edge", "object", "storage", "bucket"] categories = ["database-implementations", "filesystem", "web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/s3d-rs/s3d" [profile.dev] panic = "abort" [dependencies.async-trait] version = "0.1.51" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.fuser] version = "0.9.1" [dependencies.hyper] version = "0.14.13" features = ["full"] [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.serde_yaml] version = "0.8.21" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.uuid] version = "0.8.2" features = ["v4"] [badges.maintenance] status = "experimental"