# 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 = "canyon_macros" version = "0.5.0" authors = ["Alex Vergara, Gonzalo Busto Musi"] description = "A Rust ORM and QueryBuilder" homepage = "https://github.com/zerodaycode/Canyon-SQL" documentation = "https://zerodaycode.github.io/canyon-book/" readme = "README.md" license = "MIT" [lib] proc-macro = true [dependencies.canyon_connection] version = "0.5.0" [dependencies.canyon_crud] version = "0.5.0" [dependencies.canyon_entities] version = "0.5.0" [dependencies.canyon_migrations] version = "0.5.0" optional = true [dependencies.futures] version = "0.3.25" [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.109" features = ["full"] [dependencies.tokio] version = "1.27.0" features = ["full"] [features] migrations = ["canyon_migrations"] mssql = [ "canyon_connection/mssql", "canyon_crud/mssql", "canyon_migrations/mssql", ] mysql = [ "canyon_connection/mysql", "canyon_crud/mysql", "canyon_migrations/mysql", ] postgres = [ "canyon_connection/postgres", "canyon_crud/postgres", "canyon_migrations/postgres", ]