# 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 = "2018" name = "akita_derive" version = "0.4.1" authors = ["mrpan <1049058427@qq.com>"] description = "Akita - Mini orm for rust." homepage = "https://github.com/wslongchen/akita" readme = "README.md" keywords = [ "akita", "mysql", "sql", "sqlite", ] categories = [ "data-structures", "database-implementations", ] license = "MIT" repository = "https://github.com/wslongchen/akita" [lib] proc-macro = true [dependencies.if_chain] version = "1" [dependencies.lazy_static] version = "1" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1.0.12" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1" [dependencies.syn] version = "1.0" features = [ "extra-traits", "full", ]