[package] name = "s3vfs" description = "A library for exposing structured data as an S3-compatible interface" version = "0.1.1" edition = "2021" license = "MIT" repository = "https://github.com/chordtoll/s3vfs.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.73" chrono = "0.4.26" thiserror = "1.0.47" tokio = { version = "1.32.0", features = ["macros", "rt"] } [dev-dependencies] maplit = "1.0.2"