# 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 = "obstinate" version = "0.1.2" authors = ["Marius S <39998+winding-lines@users.noreply.github.com>"] description = "Experimental memory mapped like interface on top of object_store." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/winding-lines/obstinate" [dependencies.memmap2] version = "0.7.1" [dependencies.object_store] version = "0.6.1" [features] async = [] aws = [ "async", "object_store/aws", ] azure = [ "async", "object_store/azure", ] gcp = [ "async", "object_store/gcp", ] http = [ "async", "object_store/http", ]