[package] name = "rlist-drivers" version = "0.1.3" edition = "2021" authors = [ "Nikaidou Haruki " ] repository = "https://github.com/rList-org/rlist-drivers.git" license = "MIT" description = "cloud storage driver for rList" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.79" rlist-driver-macro = "0.1.10" rlist_vfs = "0.1.3" serde = { version = "1.0.197", features = ["derive"] } chrono = "0.4.35" tokio = "1.36.0" tracing = "0.1.40" serde_json = "1.0.114" [dependencies.reqwest] version = "0.12.4" features = ["json", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots"] default-features = false