# 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 = "2018" name = "rqlite-ha421" version = "0.1.2" authors = [ "zesty ", "ha421 ", ] description = "An async implementation of a rqlite client" homepage = "https://codeberg.org/zesty/rqlite-rs" documentation = "https://docs.rs/rqlite/" readme = "README.md" keywords = ["rqlite"] categories = [ "async", "database", ] license = "Apache-2.0" repository = "https://codeberg.org/zesty/rqlite-rs" resolver = "2" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.5" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.hyper] version = "0.14.28" features = ["full"] [dependencies.rustls] version = "0.22.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.25" [dependencies.webpki-roots] version = "0.26" [features] chrono = ["dep:chrono"]