# 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 = "pgm" version = "0.0.8" description = "easy use prepared sql for postgresql" homepage = "https://github.com/xxaier/pgm" license = "BSL-1.0" repository = "https://github.com/xxaier/pgm" [dependencies.lazy_static] version = "1.4.0" [dependencies.paste] version = "1.0.14" [dependencies.pgw] version = "0.2.5" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", "time", ]