# 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 = "sqlx_insert" version = "0.1.1" description = "Proc macro for generating insert statements for sqlx" license = "Apache-2.0" repository = "https://github.com/Szymongib/sqlx-insert" [dependencies.async-trait] version = "0.1.74" [dependencies.sqlx] version = "0.7.3" [dependencies.sqlx_insert_derive] version = "0.1.1" [dev-dependencies.anyhow] version = "^1" [dev-dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-rustls", "macros", "postgres", "sqlite", "uuid", "chrono", "migrate", ] [dev-dependencies.tempfile] version = "^3" [dev-dependencies.testcontainers] version = "0.12" [dev-dependencies.tokio] version = "1.25" features = ["full"] [dev-dependencies.trybuild] version = "1.0.54" [dev-dependencies.uuid] version = "0.8.2" features = ["v4"]