[package] name = "local_s3" description = "A configurable in-process S3 server for integration tests" version = "0.1.0" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/spiraldb/local_s3" repository = "https://github.com/spiraldb/local_s3" [dependencies] aws-config = { version = "1", features = ["behavior-version-latest"] } aws-credential-types = { version = "1", features = ["hardcoded-credentials"] } aws-sdk-s3 = "1" bytes = "1" futures = "0.3" hyper = "1" hyper-util = { version = "0.1", features = ["tokio", "server", "http1"] } s3s = "0.10" s3s-fs = "0.10" tokio = { version = "1", features = ["rt-multi-thread"] }