# 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 = "supermodel" version = "0.1.0" description = "Supermodel is an abstract data-modeling library." readme = "README.md" keywords = [ "sql", "sqlx", "mysql", "postgres", "sqlite", ] categories = [ "data-structures", "database", ] license-file = "LICENSE" repository = "https://github.com/peterhenryd/supermodel" [dependencies.supermodel-macros] version = "0.1.0" optional = true [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ] [features] macros = ["supermodel-macros"]