# 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 = "rqlite-rs" version = "0.3.20" authors = ["Tom Voet "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Async rqlite client for Rust" documentation = "https://docs.rs/rqlite-rs/" readme = "README.md" keywords = [ "rqlite", "database", "async", ] categories = [ "database", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomvoet/rqlite-rs" [lib] name = "rqlite_rs" path = "src/lib.rs" [[test]] name = "integration_client" path = "tests/integration_client.rs" [[test]] name = "integration_macros" path = "tests/integration_macros.rs" [dependencies.base64] version = "0.22.1" [dependencies.reqwest] version = "0.12.8" default-features = false [dependencies.rqlite-rs-core] version = "0.2.11" [dependencies.rqlite-rs-macros] version = "0.2.10" optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.131" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.tokio] version = "1.40.0" [features] default = [ "macros", "native-tls", ] macros = ["rqlite-rs-macros"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]