# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "g1-sqlite-connection" version = "0.1.0-alpha.3" authors = ["Nathan Ringo "] description = "A G1 connection based on an SQLite database, using the FS for blobs." homepage = "https://github.com/remexre/g1" documentation = "https://docs.rs/g1-sqlite-connection" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/g1" [dependencies.async-trait] version = "0.1.21" [dependencies.derivative] version = "1.0.3" [dependencies.futures] version = "0.3.1" [dependencies.g1-common] version = "0.1.0-alpha.3" [dependencies.libc] version = "0.2.66" [dependencies.log] version = "0.4.8" [dependencies.rusqlite] version = "0.20.0" [dependencies.sha2] version = "0.8.0" [dependencies.thiserror] version = "1.0.9" [dependencies.tokio] version = "0.2.4" features = ["blocking", "fs", "io-util", "sync", "rt-threaded"] default-features = false [dependencies.uuid] version = "0.8.1" features = ["v4"]