# 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 = "rizzle" version = "0.1.4" description = "A rust query builder and schema generator. Don't call it an ORM" homepage = "https://github.com/swlkr/rizzle" readme = "README.md" keywords = [ "drizzle", "rizzle", "orm", "database", "sqlite", ] license = "MIT" repository = "https://github.com/swlkr/rizzle" [dependencies.rizzle_macros] version = "0.1.2" [dependencies.sqlx] version = "0.7" features = [ "sqlite", "runtime-tokio", ] [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", ]