# 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 = "derive-sql-mysql" version = "0.10.0" description = "Accompany the `derive-sql` crate. Implements the `DeriveMySql` procedural macro to implement trait for MySQL" license = "MIT" repository = "https://github.com/juliendecharentenay/derive-sql" [lib] proc-macro = true [dependencies.attribute-derive] version = "0.8.1" [dependencies.derive-sql-common] version = "0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dev-dependencies.derive-sql] version = "0" features = ["mysql"] [dev-dependencies.env_logger] version = "0" [dev-dependencies.log] version = "0" [dev-dependencies.mysql] version = "24"