# 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" version = "0.9.0" description = "Generate type-checked Rust from your PostgreSQL queries." 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.chumsky] version = "0.8.0" [dependencies.clap] version = "4.0.19" features = ["derive"] [dependencies.codegen_template] version = "0.1.0" [dependencies.heck] version = "0.4.0" [dependencies.indexmap] version = "1.9.1" [dependencies.miette] version = "5.4.1" features = ["fancy"] [dependencies.postgres] version = "0.19.4" [dependencies.postgres-types] version = "0.2.4" [dependencies.thiserror] version = "1.0.37"