# 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 = "cornucopia_client_core" version = "0.4.0" description = "Private abstractions for Cornucopia clients." homepage = "https://cornucopia-rs.netlify.app/" readme = "README.md" keywords = [ "postgresql", "query", "generator", "sql", "tokio-postgres", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/cornucopia-rs/cornucopia" resolver = "1" [dependencies.fallible-iterator] version = "0.2.0" [dependencies.postgres-protocol] version = "0.6.4" [dependencies.postgres-types] version = "0.2.4" [dependencies.serde-1] version = "1.0.147" optional = true package = "serde" [dependencies.serde_json-1] version = "1.0.87" optional = true package = "serde_json" [features] with-serde_json-1 = [ "postgres-types/with-serde_json-1", "serde-1", "serde_json-1", ]