# 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 = "hrana-client" version = "0.3.2" description = "Hrana client for libSQL and sqld" keywords = [ "libsql", "sqld", "database", "driver", "hrana", ] license = "Apache-2.0" repository = "https://github.com/libsql/hrana-client-rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "batch" path = "examples/batch.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.base64] version = "0.21.0" [dependencies.futures] version = "0.3.27" [dependencies.hrana-client-proto] version = "0" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.22.2" features = [ "net", "sync", "rt", "macros", ] [dependencies.tokio-tungstenite] version = "0.18" features = ["rustls-tls-webpki-roots"] [dev-dependencies.tokio] version = "1.22.2" features = ["rt-multi-thread"]