# 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 = "db_code_macro" version = "0.1.4" authors = ["Andy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate Db code" homepage = "https://github.com/peacess/db_code" readme = "README.md" keywords = [ "rust", "db", "generate", "sql", "code", ] license = "Apache-2.0" repository = "https://github.com/peacess/db_code" [lib] name = "db_code_macro" path = "lib.rs" proc-macro = true [dependencies.log] version = "0.4.22" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.prettyplease] version = "0.2.22" [dependencies.proc-macro2] version = "1.0.86" [dependencies.proc_macro_roids] version = "0.8.0" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.77" features = ["full"] [features] dao = [] default = [ "sql", "dao", ] sql = []