# 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] name = "sqlite-requests" version = "0.0.2" authors = ["Mathias Lengler "] build = "build.rs" description = "Represent SQLite queries and executes as request objects" documentation = "https://docs.rs/sqlite-requests" license = "MIT" repository = "https://github.com/MathiasLengler/sqlite-requests" [dependencies.bincode] version = "1.0.1" [dependencies.failure] version = "0.1.2" [dependencies.protobuf] version = "~2.0" [dependencies.rusqlite] version = "0.14.0" features = ["bundled"] [dependencies.serde] version = "1.0.78" [dependencies.serde_derive] version = "1.0.78" [dev-dependencies.bincode] version = "1.0.1" [dev-dependencies.serde_json] version = "1.0.27" [dev-dependencies.tempfile] version = "3.0.3" [build-dependencies.protobuf-codegen-pure] version = "2.0.4" [features] blob = ["rusqlite/blob"] default = ["blob"]