# 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 = "sqlite-vfs" version = "0.2.0" authors = ["Markus Ast "] description = "Build SQLite virtual file systems (VFS) by implementing a simple Rust trait." documentation = "https://docs.rs/sqlite-vfs" readme = "README.md" keywords = [ "sqlite", "vfs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rkusa/sqlite-vfs" resolver = "2" [dependencies.log] version = "0.4" [dependencies.time] version = "0.3" [features] default = [] loadext = [] sqlite_test = [] syscall = []