# 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 = "xg" version = "0.0.10" description = "easy use prepared sql for postgresql" homepage = "https://github.com/xxai-art/xg" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/xxai-art/xg.git" [dependencies.axum] version = "0.6.20" [dependencies.lazy_static] version = "1.4.0" [dependencies.paste] version = "1.0.14" [dependencies.pgm] version = "0.0.7" [dependencies.tracing] version = "0.1.37" [dependencies.xg_proc] version = "0.0.9" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", "time", ]