[package] name = "sqlx-derive-with" version = "0.1.0" authors = ["Kohei Suzuki "] description = "Derive sqlx::FromRow specific to the given database" homepage = "https://github.com/eagletmt/sqlx-derive-with" repository = "https://github.com/eagletmt/sqlx-derive-with" readme = "README.md" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] darling = "0.14" heck = "0.4" proc-macro2 = "1" quote = "1" syn = "1" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] } sqlx = { version = "0.6", default-features = false, features = ["macros", "runtime-tokio-rustls", "sqlite"] }