# 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 = "2018" name = "sqlxinsert" version = "0.11.0" authors = ["Filip Bucek "] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Sqlx derive macro for simpler inserts" readme = "README.md" license = "MIT" repository = "https://github.com/fbucek/sqlxinsert" [lib] name = "sqlxinsert" path = "src/lib.rs" proc-macro = true [[test]] name = "psgl_test" path = "tests/psgl_test.rs" [[test]] name = "raw_psql_test" path = "tests/raw_psql_test.rs" [[test]] name = "raw_psql_test_generic" path = "tests/raw_psql_test_generic.rs" [[test]] name = "raw_sqlite_test" path = "tests/raw_sqlite_test.rs" [[test]] name = "raw_sqlite_test_generic" path = "tests/raw_sqlite_test_generic.rs" [[test]] name = "sqlite_test" path = "tests/sqlite_test.rs" [dependencies.async-trait] version = "0.1" [dependencies.quote] version = "1.0" [dependencies.sqlx] version = "0.8" features = ["runtime-tokio"] default-features = false [dependencies.syn] version = "2.0" [dev-dependencies.sqlx] version = "0.8" features = [ "runtime-tokio", "macros", "sqlite", "postgres", ] default-features = false [dev-dependencies.tokio] version = "1.19" features = [ "rt-multi-thread", "macros", ] [features] default = [ "sqlite", "postgres", ] postgres = ["sqlx/postgres"] sqlite = ["sqlx/sqlite"]