# 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 = "cherry-derive" version = "0.4.0" authors = ["oobot "] description = "A Rust async ORM, support for MySQL, PostgreSQL and SQLite." readme = "README.md" keywords = [ "ORM", "MySQL", "PostgreSQL", "SQLite", ] license = "MIT OR Apache-2.0" repository = "https://github.com/oobot/cherry" resolver = "1" [lib] name = "cherry_derive" proc-macro = true [dependencies.heck] version = "0.3.3" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.105" [features] mysql = [] postgres = [] sqlite = []