# 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" rust-version = "1.79.0" name = "mydb" version = "0.0.1" authors = ["swift_li "] description = "This is a plugin that works with mydb_sqlx to make database operation easier" license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies.chrono] version = "0.4" [dependencies.proc-macro2] version = "1.0.86" default-features = false [dependencies.quote] version = "1.0.36" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.syn] version = "2.0.68" features = [ "parsing", "proc-macro", "derive", "printing", ] default-features = false