# 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 = "mysql-common-derive" version = "0.31.2" build = false exclude = ["README.tpl"] autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macros for MySql common primitives" homepage = "https://github.com/blackbeam/rust_mysql_common" documentation = "https://docs.rs/mysql-common-derive" readme = "README.md" keywords = [ "mysql", "database", "derive", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/blackbeam/rust_mysql_common" resolver = "1" [lib] name = "mysql_common_derive" path = "src/lib.rs" bench = false proc-macro = true [dependencies.darling] version = "0.20.1" [dependencies.heck] version = "0.5.0" [dependencies.num-bigint] version = "0.4.3" [dependencies.proc-macro-crate] version = "3" [dependencies.proc-macro-error2] version = "2.0.1" [dependencies.proc-macro2] version = "1.0.42" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.termcolor] version = "1.1.3" [dependencies.thiserror] version = "1" [dev-dependencies.serde] version = "1.0.93" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.93"