# 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] name = "postgres-cursor" version = "0.4.0" authors = ["Joe Wilm "] description = "Cursor abstraction for PostgreSQL" documentation = "https://docs.rs/postgres-cursor" readme = "README.md" keywords = ["postgres", "cursor", "postgresql", "sql"] categories = ["database"] license = "MIT" repository = "https://github.com/jwilm/rust-postgres-cursor" [dependencies.postgres] version = "0.19.2" [dependencies.rand] version = "0.8.4" [dev-dependencies.lazy_static] version = "1.4.0"